Hey all.
Just a small background, the app I'm working on allows people to play media files in a slideshow from a Dropbox folder. We simply generate a temporary link to the files every 3.6 hours while the slideshow is active. This method has worked great for us for the past few years.
Now to the issue, some users have complained about their media not working suddenly. It usually happens when they have a lot of video files. I'm wondering if it could be related to a bandwidth limit set on their account? I noticed the bandwidth limit on this link: : https://help.dropbox.com/files-folders/share/banned-links
If it could be the issue, is there a way to detect it through the API, e.g. by calling an endpoint to see if the user bandwidth has been exceeded? Is there anything we could do from our end to reduce the bandwidth, e.g. if the temporary link can be created with more compression or lower resolution?
Thank you!