Comments
-
@"Hank66" Thanks for the additional feedback!
-
Thanks for the report! We'll look into it.
-
Apologies for the delay here. This is still open with engineering, but I don't have an update yet. We'll be happy to offer an extension to API v1 though. Please open an API ticket with the relevant app key(s) for that: https://www.dropbox.com/developers/contact
-
@"vickiADK" Generally this is just whatever app in which the error appears. In some cases though, it may be more complicated than that, e.g., when different apps are coordinating with each other. That depends on the specific scenario though, so I can't offer more exact guidance off hand unfortunately.
-
You're attempting to install the old API v1 SDK, which is no longer available. API v1 has been retired. You should instead use an API v2 SDK: - Objective-C: https://github.com/dropbox/dropbox-sdk-obj-c - Swift: https://github.com/dropbox/SwiftyDropbox Each of those have instructions for installing via CocoaPods.
-
@"Ciack404" I'm glad to hear you got this sorted out already. For reference, yes, stacktic/dropbox does appear to use API v1, so using it will now return a 400 error. The dropbox-sdk-go-unofficial SDK does use API v2, but note that there are other cases that can result in a 400 error, such as not including the leading '/'…
-
@"Bholcombe" If you're receiving this error, it likely indicates that the third party app you're using is still using the now-retired API v1. If you're not the developer of the app, you'll need to contact them and request an updated version of the app that uses API v2 instead. They can contact us and request an extension…
-
@"vickiADK" It's no problem. Yes, your understanding is correct. By "third party app" in this context I'm referring to any piece of software not made by Dropbox but that integrates with Dropbox. So in this case, that would be Nitro. You'll need to contact the makers of Nitro to to request an updated version, if there isn't…
-
@"vickiADK" If you or a team member receive this error message, it indicates that the third party app you're using is still using the now-retired API v1. (This is unrelated to the official Dropbox client itself, so re-installing that won't help.) If you're not the developer of the app, you'll need to contact them and…
-
The official Dropbox API v2 .NET SDK doesn't support Xamarin. You can find its supported platforms and system requirements here: https://www.dropboxforum.com/t5/API-support/Dropbox-for-Xamarin-Android/m-p/244204#M13699 We can't provide support for third party libraries, but there are some Xamarin libraries for API v2…
-
This "Network is unreachable" error should just indicate some issue with your network connection to the Dropbox API servers. Are you still seeing this? The Dropbox API servers are currently be served properly, so it seems to be an issue with your network connection (or ISP). For example, is there something, such as…
-
Hi all, there was an issue with /oauth2/token, which is used by DropboxOAuth2FlowNoRedirect, among others, but that was quickly resolved. Part of the confusion here was that while the OAuth 2 step may now work, you will still get a 400 'v1_retired' error if you then use the resulting access token to make an API v1 call. If…
-
Yes, as announced last year, API v1 has been retired, including /1/thumbnails. 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…
-
I'm glad to hear you already sorted this out. That's correct, non-root file paths need a leading '/'.
-
Hi Shimin, did you have Xcode try to convert the version of Swift code for the pods by any chance? The pods currently use Swift 3 and the code shouldn't be modified. If you did have Xcode modify them, uninstall and re-install them to get clean versions. Otherwise, can you share the errors you're getting so we can take a…
-
Yes, as 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. OAuth 1 was only used by API v1, so it has been…
-
Thanks! These details are helpful. We're looking into it.
-
@"Daidoe" No, API v1 has been retired in favor of API v2, which offers more functionality. If you're a developer and you need more time to migrate your app to API v2, we can offer an extension for access to API v1 though. To request that, open an API ticket with the app key(s) for your app(s) that you need an extension for.
-
Hi Andy, there was a short period of some degraded performance/availability earlier today that may have caused issues like this, but it should have been resolved some time ago. Are you still seeing this? If so, any details you can share would be useful to help us investigate, e.g., timestamps, and which endpoints, users,…
-
No, unfortunately the API doesn't expose a way to check this, but I'll pass this along as a feature request.
-
@"OGMC" Can you share the code that isn't working for you? Thanks in advance!
-
That should be fixed now, though it may take a few minutes for the fix to roll out.
-
Ok, this should be working again. Apologies for trouble!
-
Thanks for the details! We're looking into it.
-
We don't currently have a replacement for that functionality on API v2. If your app uses that, please open an API ticket here to request an extension for access to API v1: https://www.dropbox.com/developers/contact
-
API v1 was just retired ( https://blogs.dropbox.com/developers/2016/06/api-v1-deprecated/), but OAuth 2 and API v2 should be unaffected. Can you share a sample request and error? (Just be sure to redact any secret values.) Thanks in advance!
-
For reference, API v1 was retired at about 11:15 am PDT.
-
Yes, I meant today. It should be happening relatively soon.
-
You'll need to run `pod update` to update your pods. Also make sure your Podfile looks like the example (and isn't locked to a specific version) in order to make sure `pod update` will give you the latest version: https://github.com/dropbox/dropbox-sdk-obj-c#cocoapods
-
Sorry, no news on this.