Questions tagged [dropbox]

Dropbox is a free cloud storage service that lets you bring your photos, docs, and videos anywhere and share them easily. It uses a web interface and cross-platform file syncing application to manage files in the cloud. It also features an API.

Dropbox is a free cloud storage service that lets you bring your photos, docs, and videos anywhere and share them easily. The paid services add more features and space. It uses a web interface and cross-platform file syncing application to manage files in the cloud. It also features an API for both the files and login services.

3543 questions
1
vote
1 answer

setting a view of dropbox in IOS 7 iPhone

I have integrate drop box API in my iPhone application. but when drop box view opens it will cut in ios 7. it runs perfectly ios 6 but some part of view is hide under navigation bar in ios 7 how can i solve this issue? please help.!
Bhavesh Lakum
  • 130
  • 1
  • 12
1
vote
2 answers

chrome extension and dropbox dropin saver error

I'm writing a chrome extension to save images found on a webpage to dropbox. I'm trying to use the dropin saver api to do this, however I am getting an error when the "save to dropbox" link is being clicked. The error I receive is as follows:…
pheven
  • 949
  • 2
  • 8
  • 11
1
vote
2 answers

Monitoring Sync Status of File In Dropbox Public Folder

How can I monitor the sync status of a file in Dropbox? I have a Rake task that involves adding a file to my Dropbox/public folder. I need to monitor its sync status so I can call another Rake task once it is synced and publicly available.
Undistraction
  • 42,754
  • 56
  • 195
  • 331
1
vote
2 answers

Dropbox saver button warning icon

I'm trying to add a Dropbox Saver button to my website so my users have the option to save files to their dropbox account instead of downloading them. I've got the button setup correctly but the button throws a warning when I click on it. The error…
Joel Murphy
  • 2,472
  • 3
  • 29
  • 47
1
vote
2 answers

Is there a system variable that stores the location of a user's Dropbox?

At least in the linux version of Dropbox, the user can choose which folder becomes their Dropbox. Is there a simple way to get this programmatically?
Matthew
  • 28,056
  • 26
  • 104
  • 170
1
vote
1 answer

invalid origin with dropbox chooser and phonegap app

I've added the dropbox chooser to my app like so: $('#dropbox-choose').on('touchend', function(){ Dropbox.choose({ success:…
rpsep2
  • 3,061
  • 10
  • 39
  • 52
1
vote
0 answers

Issue with core dropbox API Android

I am sync the dropbox api for the first time. i am using the core api directly as i want to download and upload my files from my application to dropbox. I have change the app-key to my app key and app-secret to my app secret, i have included the…
Hassaan Rabbani
  • 2,469
  • 5
  • 30
  • 55
1
vote
4 answers

Is there a way to return a list of all the image file names in a folder using only Javascript?

I have a dropbox account. I put a bunch of images in a public folder. I'd like to display the images using shadowbox. Right now, I'm manually entering the filenames into this html file. Is there a way to dynamically update the gallery when I drag…
jorel314
  • 11
  • 1
1
vote
3 answers

Paperclip - dropbox. How can I setup a conditional has_attached_file?

I am creating an application that lets users store data in their personal dropbox in a protected folder that the application controls. So each user needs to store and access files in their own personal dropbox account. To do this I'd like to…
Stone
  • 2,608
  • 26
  • 26
1
vote
0 answers

app creashed on login with new user account

my iphone app creashes when login with new dbuser on dropbox within my iphone app. this is the error [WARNING] DropboxSDK: error loading DBConnectController - Error Domain=NSURLErrorDomain Code=-1002 "unsupported URL" UserInfo=0x2226f540…
ali raza
  • 33
  • 4
1
vote
1 answer

linker error when using dropbox core api and its datastore api together in ios

I have implemented core api of dropbox successfully in my app, however I need the functionality of datastore api and thats where the problem arrives. I have added the dropbox framework for datastore api but when I use dbaccountmanager and dbaccount,…
v_run
  • 11
  • 1
1
vote
2 answers

How to assign current directory to a dropbox folder

I am writing a Matlab code and want to have access to it from different desktops so I am keeping everything in dropbox. I'm wondering if there is a way to tell Matlab the current path without changing the code every time I use a different machine.…
maryam
  • 35
  • 1
  • 6
1
vote
1 answer

Display Dropbox images in Android app

i want to display images stored in my dropbox via a webview. when i try to load the url given from dropbox i only get the dropbox layout and the name of the image in the center , is there a way to do this? If no , how can i display images stored in…
sarakinos
  • 666
  • 11
  • 28
1
vote
3 answers

Two-way sync app, Core API or Sync API?

I've never worked with the Dropbox API before and I noticed there's 2 APIs available the Core and Sync, and I don't know which one I should be using. Here's a bit about what I'm trying to do: A simple two-way sync that mirrors a folder on the users…
Linkandzelda
  • 611
  • 14
  • 24
1
vote
0 answers

managing several cloud services at once

I am working on implementing several cloud services in one program. I have created APIs with Dropbox and Box and try to access them simultaneous. In spite of logging into both the services I am able to get details of only one account. Also I am…
Zoe Coley
  • 11
  • 3
1 2 3
99
100