We’re Still Here to Help (Even Over the Holidays!) - find out more here.
Forum Discussion
srinivas1995
8 years agoExplorer | Level 3
Drobox API V 1 error 400 depricated
I am getting "error loading metadata: Error Domain=dropbox.com Code=400 "(null)" UserInfo={path=/DocWalletDB.sqlite, error=v1_retired}" in my Console. I am working with Objective c .So,please hel...
Greg-DB
Dropbox Community Moderator
8 years agoAs announced last year, API v1 has been retired. You can find more information in the blog post here:
https://blogs.dropbox.com/developers/2016/06/api-v1-deprecated/
We notified developers by email, but it sounds like those emails unfortunately did not make it to you.
Now that API v1 has been retired, further API calls to it will fail. You should migrate your app to API v2 instead:
https://www.dropbox.com/developers
For Objective-C, we recommend using the official Dropbox API v2 Objective-C SDK:
https://github.com/dropbox/dropbox-sdk-obj-c
The documentation there covers a few different supported installations methods.
Now that API v1 is retired, you won't be able to use it to make any further API calls, so you won't be able to upload files via API v1, for example. Any files already in your Dropbox are unaffected though, and you can upload/download using API v2 instead.
https://blogs.dropbox.com/developers/2016/06/api-v1-deprecated/
We notified developers by email, but it sounds like those emails unfortunately did not make it to you.
Now that API v1 has been retired, further API calls to it will fail. You should migrate your app to API v2 instead:
https://www.dropbox.com/developers
For Objective-C, we recommend using the official Dropbox API v2 Objective-C SDK:
https://github.com/dropbox/dropbox-sdk-obj-c
The documentation there covers a few different supported installations methods.
Now that API v1 is retired, you won't be able to use it to make any further API calls, so you won't be able to upload files via API v1, for example. Any files already in your Dropbox are unaffected though, and you can upload/download using API v2 instead.
srinivas1995
8 years agoExplorer | Level 3
Thankyou.
I'm entry level to this code.The previous developer integrated dropbox with sqlite database .
Can you please give me the Upload ,download methods along with how to call Paths?
Means from --- to --path ?
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
If 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, Facebook or Instagram.
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!