cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
What’s new: end-to-end encryption, Replay and Dash updates. Find out more about these updates, new features and more here.

Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Re: Auth code for uploading a file

Auth code for uploading a file

Kevin B.60
New member | Level 1

I have a free version of DropBox and am wondering how to get the auth code to allow automatic uploading of my WordPress backup. I am not a developer, and I thought there would be an easy way to do this. Is there a way to get this without doing any programming? Thanks.

2 Replies 2

Mark
Super User II

There were some third party add-ons that did this, I'd suggest googling for them. It isnt something Dropbox does natively though


 


:penguin::penguin: - :penguin: - :penguin: - :penguin:


Heart Did this post help you? If so please mark it for some Kudos below. 


:white_check_mark: Did this post fix your issue/answer your question? If so please press the 'Accept as Solution' button to help others find it.


:arrows_counterclockwise: Did this post not resolve your issue? If so please give us some more information so we can try and help - please remember we cannot see over your shoulder so be as descriptive as possible! 


 

Greg-DB
Dropbox Staff

If you mean you need an access token, you can get an OAuth 2 access token for your own account by registering an app:

https://www.dropbox.com/developers/apps/create

And then using the "Generate" access token button on the app's page on the App Console:

https://www.dropbox.com/developers/apps

This will only be useful if you can make API calls using an OAuth 2 access token though. E.g., see this blog post:

https://www.dropbox.com/developers/blog/45

Otherwise, if you're using a WordPress backup plugin, you should follow the instructions for that.

Need more support?