Reputation: 5538
Which version of Dropbox API should I use for android? It is V1 or V2?
Could someone provide me a sample/tutorial with integrating Dropbox in android platform?
Upvotes: 1
Views: 588
Reputation: 315
Dropbox API v1 is now deprecated so it's good that we have to migrate with API v2
Timeline
As per the time line now api v1 is no longer working and api v2 is fully activate.
currently 'com.dropbox.core:dropbox-core-sdk:3.0.3'
is stable version.
New tutorial for Dropbox integration
Upvotes: 1
Reputation: 187
V1 is deprecated but will probably work for quite a while. Anyway I would recommend using V2 because it is much easier to handle (especially with file IDs). V2 was just released, so there are not many good tutorials out there. Usually the easiest way is to do it quickly via cloudrail (www.cloudrail.com).
Upvotes: 1