The Community is undergoing a major upgrade. Find out more, ask us questions or share your thoughts 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 to deprecated on 28 june 2017. How can I upgrade from API V1 to V2.? Do I need to change the enire functionality or is there any way to upgrade from V1 to V2? Or else How can I implement or add the dropbox functionality to my cordova ios and Android app. What do I need to do in order to upgrade so the dropbox functionlity in not interrupted? Need some help
- Yes, 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-DBDropbox 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
- NikhilsExplorer | 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-DBDropbox 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 hours 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!