Hi, I’m using the Dropbox API to list all files in a shared folder and generate downloadable links for them. This was working fine yesterday, but today I’m getting a 409 error (not_allowed) only on the get_temporary_link API call. However, I can still list the files and retrieve their metadata.
Here are the details:
- I have editing rights on the folder.
- No changes have been made to the folder (that I’m aware of).
- I can manually download files without issues.
- I can still use other API methods (get file metadata using the same path, and list folder)
- I don't believe I've hit any API rate limits (I’m on a standard plan with 25,000 requests allowed, and nothing is flagged in the app console).
I’ve reviewed the Dropbox docs but couldn’t find clear information on the not_allowed/409 error. Can you help me identify what might be causing this?