Questions tagged [dropbox-api]

The API for Dropbox, a file syncing, sharing, and backup service.

The Dropbox API allows developers to build functionality directly into their apps. The API provides methods to read and write from securely. The API allows access to features such as file uploading, downloading, sharing, searching, and restoration. The API can be used across platforms such as , , , , or any other that can make HTTPS connections.

More information, including the specification of the Dropbox API interfaces, usage guidelines, and developer tools such as official SDKs can be found on the Dropbox API website

2379 questions
5
votes
1 answer

Dropbox.js authentication in Cordova/PhoneGap

I'm writing an app in Cordova/PhoneGap which tries to fetch a file from Dropbox using Dropbox.js. Cordova version is 3.0.1 and Dropbox.js version is 0.10.0. My Javascript works just fine on a desktop browser with this: var client = new…
auramo
  • 13,167
  • 13
  • 66
  • 88
5
votes
1 answer

Using Dropbox Datastore API as a primary storage option for Android application

I'm looking for a way to sync SQLite data of my Android app across devices. Dropbox Datastore API seems to fit just fine (at least conceptually). I've studied available examples, but cannot yet understand how does this API fit into Android data…
esteewhy
  • 1,300
  • 13
  • 23
5
votes
2 answers

How to upload/download a file from/to dropbox using Xcode

How could I upload/download a file from/to dropbox? I integrated dropbox applications in my app, but I couldn't upload/download a file. This is my upload code: - (NSString *)getDocumentPath { NSMutableData * pdfData = [NSMutableData data]; …
Thanush Shre
  • 323
  • 2
  • 3
  • 7
5
votes
2 answers

Dropbox web hook on file added?

My application currently utilises an integration with the Dropbox API. The purpose of which is to allow clients to put certain documents into a dedicated folder in the Apps/My_App_Name/ directory, my application then periodically polls the folder to…
QFDev
  • 8,668
  • 14
  • 58
  • 85
5
votes
3 answers

Download file from Dropbox with JavaScript

I have I have a web site were try to provide a service to a client to be abel to download from Dropbox a file. For simplicity of development I use Dropbox chooser. For this I enable domains I expect to download from and include