We're making changes to the Community, so you may have received some notifications - thanks for your patience and welcome back. Learn more here.
Forum Discussion
Nikhils
8 years agoExplorer | Level 3
Upgrade from Dropbox API V1 to V2
I have a phonegap application which has a plugin added to provide the Dropbox Functionality https://github.com/rossmartin/phonegap-dropbox-sync-android. As this plugin uses the API V1 which is going ...
- 8 years agoYes, we've moved the API v1 retirement date to 9/28/2017.
To acknowledge the deprecation, sign in to the Dropbox account that owns the API app and go to the App Console:
https://www.dropbox.com/developers/apps
There will be a banner there where you can acknowledge the deprecation.
Greg-DB
8 years agoDropbox Staff
API v1 and API v2 offer entirely different interfaces, so you will need to update how your app integrates with Dropbox by making changes to your app's code.
To use API v2, we recommend using one of the official SDKs, if possible. We don't have an SDK for PhoneGap in particular though:
https://www.dropbox.com/developers/documentation
Alternatively, there are some third party libaries:
https://www.dropbox.com/developers/documentation/communitysdks
I don't see any on that age, but there may also be PhoneGap plugins written for API v2, though I can't offer any insight there, as that would be made by a third party.
Or, you can call the HTTPS endpoints directly:
https://www.dropbox.com/developers/documentation/http/overview
- Nikhils8 years agoExplorer | Level 3
https://blogs.dropbox.com/developers/2017/06/updated-api-v1-deprecation-timeline/
This says the deprecation of API V1 is delayed. Is it true????
How to acknowledged the v1 deprecation?
- Greg-DB8 years agoDropbox StaffYes, we've moved the API v1 retirement date to 9/28/2017.
To acknowledge the deprecation, sign in to the Dropbox account that owns the API app and go to the App Console:
https://www.dropbox.com/developers/apps
There will be a banner there where you can acknowledge the deprecation.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,875 PostsLatest Activity: 2 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!