-
What are supported extension for dropbox files?
Need to know what are the supported extension type ( say .txt or .ppt ). Wanted to know all the supported types. This is with respect to core APIs
-
Dropbox chooser completion handler not firing
I'm able to bring up my dropbox account, but when I pick a file, nothing happens, like the completion handler isn't firing. Here is what I have. I initialize with my own key because I'm using the Sync API as well, so I have two keys. - (BOOL)application:(UIApplication *)app openURL:(NSURL *)url sourceApplication:(NSString…
-
Public link for files in dropbox
How do I get the public link of each file in dropbox? Is there a formula to create a public link for the files?
-
Default access permission for a folder created using /fileops/create_folder for a Business user?
If my app uses /fileops/create_folder to create a new folder and I am connected as a DropBox for Business user, what are the default access permissions given to the new folder?
-
How to backup files stored in Dropbox when using Sync API?
I have the requirement to allow the user to be able to backup all of their files. I have 3 locations I store files in my app. One is to store the files locally on the device. Second is to store the files in iCloud Drive in the Mobile Documents folder (which is just another folder in the file system), and third, in Dropbox.…
-
Finding Dropbox status from Excel VBA
I am developing an Excel spreadsheet which is stored on Dropbox (so when complete it can be shared with other users). When the spreadsheet opens I wish to be able to check in VBA code that the file is synchronised before proceeding. I cannot find out how to do this, and you seem to have an API for everything except Windows…
-
Dropbox txt file to Google spreadsheet
Is it possible to automatically and continuously export a dropbox txt file into google spreadsheet?
-
Keep Dropbox authentication in memory for future use IOS
Hello everybody, I've created a root app for IOS in Cydia. Dropbox integration is in my application, everything is fine, link account, upload, download etc... I need to keep in memory the user authentication because everytime my app is closed, if I need to do one thing related to Dropbox I need to relink my app to my…
-
lmlm
mmmm
-
Solution to : Fatal error: Uncaught exception 'Dropbox\Exception_NetworkIO' with message 'Error ...
executing HTTP request: Operation too slow. Less than 1024 bytes/sec transfered the last 10 seconds' Greetings I get those errors on my app. Fatal error: Uncaught exception 'Dropbox\Exception_NetworkIO' with message 'Error executing HTTP request: Operation too slow. Less than 1024 bytes/sec transfered the last 10 seconds'…
-
How quickly does an app get approved for production status?
Hi, Im wondering how quickly the Dropbox API team approves an app for Production status? I launched my app a few days ago without realizing this step was needed, and now users are running into a message saying "only a limited number of users can receive access tokens while this app is in development mode". I have done the…
-
Offtopic: To Check or Not to check for duplication. (DBDatastores)
This is purely off topic. Not dropbox related at all, but really this is a sync design question. (if this is against the rules, My apologies to the mods). I've been struggling with an idea to avoid saving duplicate DBRecords. We know that record.recordID is the main identifier. You can create it once in its life time and…