-
How to upload files on my web sever from a dropbox shared link
Hi, The title says it all! If Dropbox users share some folder with a link, how can I download its contents to my web server? Regards
-
Can i able to link/sign in with the basic dropbox acount to the app created using "dropbox for b ...
usiness app's console" ? The app created using "dropbox for business api" allows the user to link to the app by signing in with a dropbox for business account. Then, Can anyone please clarify me, can we able to link the app created using "dropbox for business api" console by signing in with the dropbox basic account?…
-
Dropbox Sync API access token
How to get access token from the DBAccountManager.SharedManager.HandleOpenURL("url") using dropnet ? or any other alternative way to get the access token
-
Suggestion for Bulk Upload and Download API
Currently, if i were to upload or download 100+ to 1000+ files to/from Dropbox, one have to call upload and download for each file. Also, such upload and download are not compressed (not supported in api.dropbox.com's HTTP header. I think Dropbox would benefit many if it supports a bulk upload and download capability with…
-
Dropbox Java API - java.net.SocketException: Too many open files
I am using Dropbox Java API to make a large amount of requests to Dropbox API to createFolder and upload files. Currently, I am doing this sequentially, that is, no parallel thread, etc. I am regularly getting the above error from Dropbox. The pseudo code basically looks like this: DbxRequestConfig config = new…
-
Problems with iOS 8 Document Picker
We’re using the iOS 8 Document Picker in our App to import files from Dropbox. Picking a file for the first time works as expected. However, we have discovered problems with the handling of updated files. If the file has been modified on Dropbox later on, we see problematic behavior: On some devices we always get the…
-
Details documentation for Dropbox API v2?
Is there any detailed document for Dropbox API v2? Also, I am confused with the ACCESS_TOKEN generation, is Dropbox suggesting one to use the Dropbox App's account to generate the ACCESS_TOKEN or can another user generate the token thru OAUTH process?
-
Couldn't retrieve child elements from the server. Getting this error when want to getfolders at ...
2 level deep ("/folders_level1/folders_level2") from Root. Hi, I have a client Web application (.Net framework 4.5) and I am using {AppLimit.CloudComputing.SharpBox.CloudStorage} API. After allowing full access to dropbox, my application can GetFolders from dropbox Root path (/) and also from One level deep…
-
Dropbox SDK for iOS works on simulator, not on actual device
I'm making an app which relies on syncing files though Dropbox. It works perfectly (syncs, downloads, uploads) when running on the iOS Simulator, but when I run it on my actual device I get the cocoa 516 error (NSFileWriteFileExistsError). Even if I clear both device and simulator and reinstalls. Any idea on how to solve…
-
Any reason why a call to delta would _not_ list a flat hierarchy?
I'm trying to get a flat list of all files. I'm using a call to delta for it. What I receive is a list of directories, which had to be queried for its content. But that is not what the documentation says about the delta call. Any ideas what could had went wrong on my side or/and how to fix this? Thanks in advance!
-
Upload without inserting e-Mail and password
I studied the tutorial about the "saver" application provided by dropbox. The code provided in the tutorial (build a user styled button to upload a file by url) works pretty well. Unfortunately I couldn't figure out a possibilaty to upload a file without inserting an e-mail-address or password. To be more precisely: A file…
-
Upload string to dropbox as .txt file
Hi guys, I've just completed the tutorial about the new "saver" application provided by dropbox. The upload with a predefined url like the koala picture at the tutotrial works pretty well. But my problem is that I have a string defined at my code and I want to save this string to a .txt-file and upload that file to my…
-
Cocoa WebView not reacting to "Allow" button click.
I am developing an application which uses Dropbox to sync data between devices. I is already running on Windows, Android and iOS but now I am stuck on OS X. I have added a webview control to my window and generated a URL to allow access to my app to Dropbox and when the url loads I am presented with the login page. I enter…
-
SDK1.3.13 and Swift
Hello, I try to develop a very simple application connected with DropBox. I am looking for example in swift (not in objective C), could you please help me ? Need to connect, and retrieve list of files in a Dropbox folder. Many thanks, Sébastien
-
Can I save a JSON stream object to Dropbox file with Dropbox Post Rest API ?
Hi, I sent a request to salesforce , then get a JSON stream. Now I want to save the stream object into a Dropbox file by sending Post request in my code. Does Dropbox have relative Post rest api ? How can I do it? Thanks for your help!
-
Upload in background in IOS
Hi, what is the best way to use [_restClient uploadFile ...] for uploading file when the app is in background, knowing that after x minutes apple closes the connection ? thanks
-
Dropbox sync API startLink() not working on HTC One (which has system installed Dropbox app on t ...
he device) I have integrated Dropbox into my app and it works on all Android devices except HTC ONE. The only difference I can see is that HTC ONE device has a pre-installed system app Dropboxc which cant be uninstalled. And the error that I get is "The app was not correctly configured and cannot access your Dropbox."…
-
Upload larger file using Core API
My shop is working with PHP-MVC. i have used dropbox API to upload files from my computer. But now due to long files user have to wait until file uploading is completed now how can i do this uploading in background so user do not have to wait to completed file uploading and user can navigate easily with other area or shop.…
-
Missing query parameter 'state'
I use Dropbox Core API to work with Dropbox. And I impement recently hwioauthbundle in Symfony for a fast authentication. Before this all function upload,download,list files work well. But I have this error : /dropbox-auth-finish: bad request: Missing query parameter 'state' It seems that the $_GET array doesn't contain…
-
How can I find which user is running local installed drop box application in windows platform.
We are developing client server file sharing using drop box, where server take responsibility to download/upload/dbx management responsibility. But there are some situations where client has to find who is logged in local windows drop box application? What is current drop box folder location if it is set from preferences.…
-
How to check if a file or folder exists on Dropbox in the new Dropbox iOS SDK which is now avail ...
able ? I see some responses of checking if the file exists via DBFileSystem over internet, but this was in Sync API which is not available now. There is nothing I am able to find the new DropboxSDK.framework for checking if a file or folder exists before creating a new one. I can use tricks to do this, but is there any…