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
ms97
11 months agoExplorer | Level 3
I want to save a file outside of the Apps folder
Hello! I am currently saving files in my 'Apps' folder using the files_upload() API. I want to save files in a seperate environment than 'Apps' where users are already looking. I believe my Dropbox ...
Greg-DB
Dropbox Staff
ms97 Здравко is correct; you cannot change the access type ("app folder" versus "full Dropbox") on an existing app. You can find more information on access types here. You can register a new app with full Dropbox access here.
ms97
11 months agoExplorer | Level 3
Thank you for the information! My app has full Dropbox access already, but no matter what path I give it, it is stored in the App folder. I have two apps one is limited to 'App folder' and one is not. When using bi_automation, it still only stores files inside the app folder. Is there a way to change this?
- Здравко11 months agoLegendary | Level 20
ms97 wrote:... When using bi_automation, it still only stores files inside the app folder. ...
What do you mean when you say "using bi_automation"? 🤔 Did you change only the app key only and continue use the existing tokens or perform full re-authentication? 🙂
- ms9711 months agoExplorer | Level 3
I did a full re authentification using a new app
- Greg-DB11 months agoDropbox Staff
ms97 If you perform an upload using the Dropbox API and it is automatically rooted in the app folder, that means you are using an access token for the app for that app folder.
Registering and authorizing a new app with full Dropbox access won't change existing access tokens (or refresh tokens); existing access tokens (and refresh tokens) for the app folder app will continue to only have access to the app folder. To upload outside the app folder, you'd need to switch to using an access token for the full Dropbox app instead.
To address this, get an access token (and refresh token, if using) for the full Dropbox app, and update your app as needed to make sure that it is using an access token (and refresh token, if using) for the full Dropbox app in the creation of the 'dbx' object that you're using to perform the upload.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,888 PostsLatest Activity: 2 days 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!