Dear Dropbox,
I am working on a small website representing my charity organization, and I need to upload documents such as reports and other files to a static folder on Dropbox. These files should be accessible to guests of the website who can view the documents without the need for authentication.
I have encountered an issue where my access token frequently expires. I do not need user authentication via OAuth, as this is a public folder, and I simply want to upload files programmatically and allow users to view them.
Could you please advise on how I can:
- Upload files to Dropbox without OAuth or user authentication.
- Set up a static folder for public access to documents.
- Ensure that the access token does not expire frequently, or suggest an alternative solution for continuous file access.
I appreciate your help in resolving this issue.
Thank you,