So, we want to use DropBox to store some graphic assets of our app to reduce its size and let the users download more assets on demand. I do not care about the security of the assets at all (+ all access is read-only), so I plan to just use the generated API key directly in the app to communicate with DB in the background. Is this a valid approach/best practice? What are the rate limits? The assets are rather small (<50 MB in total), but I want it to scale well for high user counts.