Is dropnet compatible with latest DropBox API, i.e. V2? It's not safe if it's using Sync API which is deprecated and is going to be shutdown, soon.
Asked
Active
Viewed 466 times
2 Answers
1
The last commit I see for DropNet is from April of 2015, which predates the release of Dropbox API v2. It uses Core API v1.
See https://blogs.dropbox.com/developers/2015/04/deprecating-the-sync-and-datastore-apis/... I think you may be confused about what happened when? (The API being turned off soon is the Datastore API.)

user94559
- 59,196
- 6
- 103
- 103
-
Yes, confused, API v1 will stay alive or deprecate soon? – AVEbrahimi Apr 17 '16 at 06:33
-
API v1 will be deprecated at some point, but the team hasn't announced a timeline. – user94559 Apr 17 '16 at 07:07
-
So I'll use official API (https://github.com/dropbox/dropbox-sdk-dotnet) , though a little complicated! – AVEbrahimi Apr 17 '16 at 07:09
0
API v1 is being deprecated as well. See dropbox blog post
I hope the developer adds support for API v2 soon.

knockout
- 139
- 4