-
Auto authorize with Java client or Mule ESB component
Is there anyway to provide authorization automatically ? The usefulness of providing an API to interact with the data store in Dropbox and requiring a manual authorization is zero.
-
Implementation of a Java 7 FileSystem over DropBox!
Hello, This project is currently under development but it basically works at the moment: https://github.com/fge/java7-fs-dropbox This means you can use the Files class to manipulate your dropbox repositories! Ie, if a path "src" is on your local filesystem and "dst" is on DropBox, you can do: Files.copy(src, dst); And it…
-
Use Dropbox file revision for change-detection / core api
Hello, i would like to use the revision of a file to detect for change. Normally i would use its timestamp and or file-size on my local file system. But the dropbox-revision seems to be a good alternative. Now my question is, if the revision is dropped after 30 days (no pro or business account), how is the revision number…
-
Drop-in Chooser on Windows Phone 8.1
Hi, On the previous dropbox forum I posted an issue regarding the Dropbox Chooser on Windows Phone. I stated that when using desktop mode on IE (windows phone) the dropbox chooser works as expected, and only on Mobile mode it did'nt work. I received the following answer on this topic: Hi There, I just tested and can't seem…
-
Dropbox Business API 'bad request' error
Hi Team, we are using the Dropbox REST API with OAuth2. When attempting to get list of groups we are receiving an 'Error 400 bad request' error. Below is the sample code written in C#: var webRequest = (HttpWebRequest)WebRequest.Create("https://api.dropbox.com/1/team/groups/list"); webRequest.Method = "POST";…
-
How to let non-Dropboxer upload file or look at file from a particular 'Directory' using Ruby on ...
Rails? Hi, Currently I'm building a web apps that can let non-Dropboxer upload file or look at a file from a particular 'Directory'? example: + My account has directory called 'ParticularDirectory' + Non-Dropboxer-1 upload 'file-1.txt' to 'ParticularDirectory' + Non-Dropboxer-2 upload 'file-2.odt' to 'ParticularDirectory'…
-
Submitting an App for Production
Hey, I submitted my app a few days ago to Apple, and I need to get the dropbox side approved. I looked all over the developed documentation, and I couldn't seem to find anything that says that they need to test it or anything. Do I need to wait until my app is approved by Apple before I can submit it to Dropbox? Preferably…
-
Alert in app when conflicted copy created
I am using the Dropbox Sync API in our iPad app. I would like to give my user a alert message when a conflict occurs for a file he is working on. Currently when a conflict happens, a conflicted copy gets created on the server and the file the user is working on gets synced to the conflicted copy. So any further changes…
-
com.dropbox.core.DbxException$BadRequest: {"error_description": "code doesn't exist or has expir ...
ed", "error": "invalid_grant"} I uploaded successfully few files using the Dropbox API. But now I am receiving this message: com.dropbox.core.DbxException$BadRequest: {"error_description": "code doesn't exist or has expired", "error": "invalid_grant"} for this code final String APP_KEY = "aaaaaaaaaaaaaaaa"; final String…
-
Maximum number of files stored on the free Dropbox account.
I read here https://www.dropbox.com/en/help/39 that exists a performance limit of 300,000 files and after that limit the upload will be slower than before. It is any limit using the API regarding the number of files uploaded per day or per account? Best Regards,
-
Drop box core api limitation
Hello. Is any drop box file size limit for file upload using the drop box api core? The limit of 2-16GB for a free acount for all fils uploaded to a drobBox acount is available also for the dropBox core api?
-
Get shared file link from Python
I want to get the links to a (big) number of files in my Dropbox folder, in Python, I'm a bit overwhelmed with the API documentation. What's the best way to do this?
-
how do i setup the a Java Application to get the dropbox Drop-ins to work on my site
im all confused on how to write the Java App or where to put it and I'm all clueless.
-
Does Dropbox have the media streaming capability and supporting APIs
Hi, I am thinking of a Desktop application which connect to Dropbox, authenticate and play media files present in my Dropbox account. I am quite curious to know if Dropbox have APIs exposed for connecting Dropbox, authenticating, streaming music, getting url of a media file etc. So that my application make use of these…
-
Saver Drop-In doesn't work for Chrome Extensions
Even when you add your extension id to the Drop-Ins Domain list, triggering the Saver Drop-In from a Chrome extension currently results in an "Unable to communicate with the parent window" error because for all popups triggered from a Chrome Extension, the window.opener variable in the popup will be NULL. Does anyone have…
-
64 bit Int Error on windows server 2012 R2 64 bit and PHP 64 bit
Hi, I setup an amazon instance with windows server 2012 R2 and installed 64 bit PHP 5.5.22. I'm getting this error: Fatal error: Uncaught exception 'Exception' with message 'The Dropbox SDK uses 64-bit integers, but it looks like we're running on a version of PHP that doesn't support 64-bit integers…
-
How do I set the record ID for a DBRecord when it's created on iOS?
I need to set the ID of a DBRecord (Dropbox record) when I create it, but I don't see in the documentation where it explains how. It just says, "Each record has a string ID. An ID can be provided when a record is created, or one will be automatically generated and assigned if none is provided. Once a record is created, the…
-
api_core.cpp HTTP error 404 for mov thumbnail?
I'm using the Sync API and most of my image thumbnails download successfully but as I'm scrolling through my scrollview and new images begin to load I'll get this repeating and it seems to line up with when I try to download the thumbnail of a .mov [WARNING] status: NOT_FOUND: api_core.cpp:227: HTTP error 404…