How to make images accessible to multiple roles?

Hello guys, I have a child doctype which holds a single image field. Usually, I upload files using the upload_file API endpoint and grab the value for file_url to use when creating an instance of the parent doctype. However, I discovered that only the file owner (the user who uploaded the file) and the Administrator can access these files. Users with other roles can’t. What can I do to ensure images are accessible to users of other roles? HELP!

please set is_private as 0.

Thanks for your answer. I have looked into this and is_private is always 0. Even checked the Files in the database. It’s always 0. See the image:
Screenshot%20from%202022-04-26%2002-50-57
@szufisher