Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
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.
There were some third party add-ons that did this, I'd suggest googling for them. It isnt something Dropbox does natively though
-
-
-
-
Did this post help you? If so please mark it for some Kudos below.
Did this post fix your issue/answer your question? If so please press the 'Accept as Solution' button to help others find it.
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!
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.
The way we work is changing. Share and discover new ways to work smarter with Dropbox in our community.
Sound good? Let's get started.Hi there!
If you need more help you can view your support options (expected response time for a ticket is 24 hours), or contact us on Twitter or Facebook.
For more info on available support options, see this article.
If you found the answer to your question, please 'like' the post to say thanks to the user!