QueueOverFlow
QueueOverFlow

Reputation: 1336

dropbox integration iphone

I am Beginner in iPhone. I wants Integrate Dropbox Api in my App for upload a .pdf file and image. But after long googling in not find any good tutorial for it.

Please provide me any tutorial links. or any example link where i can get information about how to integrate dropbox and upload file.

Many Thanks

Upvotes: 1

Views: 2060

Answers (1)

Jainendra
Jainendra

Reputation: 25143

Requirements:

  1. You need the 4.0 version of the iPhone SDK. The version of your XCode should be at least 3.2.3.
  2. You need to have registered as a Dropbox application with mobile access. You should have a consumer key and secret.
  3. You need to download the dropbox sdk

Refer to this link for more details and example.

Upvotes: 3

Related Questions