We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
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 freel...
- 7 years agoThe 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-DB
Dropbox Staff
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.
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.
KuroyukiDev
7 years agoNew 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
- KuroyukiDev7 years agoNew 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!