-
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…
-
Issue : api add method in codeigniter library
When try to upload media on dropbox using api(codeIgniter library) that return 'stdClass Object ( [error] => stdClass Object ( [file] => Expecting a file upload ) ) '
-
Access Datastore from a Share Extension (iOS8)
My apologies to post during the holidays :p Ive been trying to get datastores work through a Share Extension somehow. I stumbled across this http://stackoverflow.com/questions/25990204/access-to-dropbox-datastore-from-ios8-widgets I think its possible only in the Core API SDK. Has some one tried to accomplish this? I…