We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
ElizabethW
8 years agoNew member | Level 2
After API V1 is retired in June, will users on old versions receive an error message?
I'm working on migrating my app to API v2. After API v1 is retired in June, what will happen to my users who do not install the updated version of my app? Will they see an error message when runnin...
- 8 years ago
Hi Elizabeth, per the migration guide, when API v1 is retired in June 2017, any further API v1 calls will fail with a 400 error with the body:
{"error": "v1_retired"}
That is similar to other errors, and would be translated into error types in the SDKs. Exactly what would happen in your app would depend on the error handling built in to your app.
Hope this helps!
Greg-DB
Dropbox Staff
Hi Elizabeth, per the migration guide, when API v1 is retired in June 2017, any further API v1 calls will fail with a 400 error with the body:
{"error": "v1_retired"}
That is similar to other errors, and would be translated into error types in the SDKs. Exactly what would happen in your app would depend on the error handling built in to your app.
Hope this helps!
ashavit
8 years agoExplorer | Level 4
Hi Greg,
I have seen the notice of the v1_retired error you metioned, but I understand this is the HTTP version of this responce.
But what will happen to old mobile apps? using native core v1 SDK?
Will they be able to continue working with these SDKs?
i.e. will a user using an old iOS app version (with Dropbox's Obj-C CoreV1 SDK) link his account to the app. As in the:
[[DBSession sharedSession] linkFromController:viewController]
Thanx,
Amir
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,877 PostsLatest Activity: 12 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!