Alexandru Circus
Alexandru Circus

Reputation: 5538

Integrating Dropbox sync in android

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

Answers (3)

Harin Kaklotar
Harin Kaklotar

Reputation: 315

**EDIT : July 2017**

Dropbox API v1 is now deprecated so it's good that we have to migrate with API v2

Timeline

  • June 28, 2016 : API v1 is deprecated.
  • September 28, 2016 : If you haven’t acknowledged the deprecation, new users of your app will see a warning when linking their Dropbox account.
  • March 28, 2017 : If you haven’t acknowledged the deprecation, all users who have linked their Dropbox account to your app will receive a warning email.
  • June 28, 2017 : API v1 endpoints are turned off.

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

  1. Standard android dropbox integration
  2. ShotDrop
  3. valdio's dropbox integration example

Upvotes: 1

santoXme
santoXme

Reputation: 802

i think this will help you for integrating Dropbox

Upvotes: 3

Tmm
Tmm

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

Related Questions