You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.
Forum Discussion
EvoluZion3
7 years agoHelpful | Level 5
Hosting my app and content
Hi, there are a couple of points in the developer's reference guide I don't quite understand. I want to use DropBox to host my app, and any downloadable content I create for it.
My app will be freely-available worldwide, and it will contact my *Free* DropBox account upon startup and check/download any updates.
I don't understand the 50/500 user limit part of the documentation for Development status - surely my app is just one single "user", regardless of the fact that hundreds/thousands of people may be using it?
Also with regards "App Folder" security, does it mean just the flat folder is sharable, or is it that folder and all sub-folders?
Sorry for the newbie questions.
- The API was designed with the intention that each user would link their own Dropbox account, in order to interact with their own files. However, it is technically possible to connect to just one account. The SDKs don't offer explicit support for it and we don't recommend doing so, for various technical and security reasons. If you do only have your app connect to a single account, the user limit wouldn't have any impact, since there would only be one Dropbox account.
However if you did want to go this route, instead of kicking off the authorization flow, you would manually use an existing access token for your account and app. (Just be careful not to revoke it, e.g. via https://www.dropbox.com/account/security .)
Also, the "app folder" permission means that a special "app folder" is created for your app in the linked account and the app only has access to things in that folder, including nested files/folders, but not anything elsewhere in the account.
- Greg-DBDropbox StaffThe API was designed with the intention that each user would link their own Dropbox account, in order to interact with their own files. However, it is technically possible to connect to just one account. The SDKs don't offer explicit support for it and we don't recommend doing so, for various technical and security reasons. If you do only have your app connect to a single account, the user limit wouldn't have any impact, since there would only be one Dropbox account.
However if you did want to go this route, instead of kicking off the authorization flow, you would manually use an existing access token for your account and app. (Just be careful not to revoke it, e.g. via https://www.dropbox.com/account/security .)
Also, the "app folder" permission means that a special "app folder" is created for your app in the linked account and the app only has access to things in that folder, including nested files/folders, but not anything elsewhere in the account.- EvoluZion3Helpful | Level 5Thanks Greg, that gives me something to think about.
- KuroyukiDevNew member | Level 2
I just read your reply, and I was wondering how to setup an "app folder" for hosting a JSON data file for pulling data into a JavaScript app? What is the process to setting up the app folder? I couldn't find any info on this in the help section here. Thanks for your time.
Happy Coding! (^_^)y
~ Mikoto from KuroyukiDev
- KuroyukiDevNew member | Level 2
Never mind, I just figured it out by googling Dropbox developer console. I was able to take it from there once I found the dev console. Thanks for your time guys!
Happy Coding! (^_^)y
~ Mikoto from KuroyukiDev
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,877 PostsLatest Activity: 12 months agoIf you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!