Hi! I am new to box development and am not sure how to accomplish a task.
I have a folder of images, and I want to fetch certain files by name through my javascript application. However, I want to do this from my app's user standpoint, so anyone using my app would be able to load these files (and not edit or delete them, just retrieve them).
I'm not sure how to do that with the developer API calls-- it seems like all calls require an access token, which I don't want the user to have to deal with.
So far I have been using developer tokens to develop on my side. For the public app, do I need to change my method of authentification? How else could I approach this? Please let me know. Thanks!