-
Dropbox API Access from Server within mainland china
It looks like the Dropbox API cannot be accessed from a server from within mailnand china - I am receiving timeouts :( Can anyone confirm, if dropbox is blocke in china or maybe point me to a solution?
-
How to detect an invalid share URL?
Hi, I am trying to make a small app which when gets an input of public dropbox URL, returns you the file. But when an invalid URL is entered, the status received is 200. But there is image showing 404. Is there a way or a api through which I could check if the shared link is valid or not?
-
SwiftyDropbox errors after installation
I'm trying to install SwiftyDropbox via cocoapods. After successful installation, I open .xcworkspace file, and see two errors: <SPAN class="pln">invalid </SPAN><SPAN class="kwd">virtual</SPAN><SPAN class="pln"> filesystem overlay file </SPAN><SPAN…
-
nil cursor never returned
Using this call https://api.dropboxapi.com/2/sharing/list_shared_links Getting a cursor back cause I had many many links; was working well, until this evening when it stopped working and now just loops, returning the same cursor again and again. Tried revoking my share? Tried deleting all the links, have only 15 now? Tried…
-
Powershell-Download not working api v2
Hi, I want to download with powershell a file from the dropbox.But I always get a 400 error. $arg = '{"path": "/'+$SourceFilePath+'.txt"}' $authorization = "Bearer <access token>" $headers = New-Object "System.Collections.Generic.Dictionary[[String],[String]]" $headers.Add("Authorization", $authorization)…
-
UploadAsync will not overwrite
using Dropbox.NET. Calling UploadAsync with a commitInfo, and FileStream. commitInfo = new CommitInfo(path, writeMode.AsOverwrite, false, null, false); UploadAsync(commitInfo, aFileStream); The first upload of the file works fine. I then edit the file, by changing a line in it, and attempt another upload. It fails with:…
-
Java API failure after Proguard handling
Hi, I am experiencing difficulties on Java API. My android app is working normally when Proguard setting "minifiEnabled" is set to false, but will be malfunction if set to true. The following log is the related detail. 06-15 10:05:00.623 2823-2823/hk.com.fgoproduction.getdroplets W/System.err:…
-
HTTP request to dropbox APIs
how do we make HTTP requests to dropbox APIs?
-
Dropbox V2 API Java, Client call on Tomcat fails without any log details
Hi All, We are facing a really weird problem we can’t seem to get our head’s round. We have developed a simple Java call that will store our local files on our Dropbox account. We used the V2 API reference code as shown on https://www.dropbox.com/developers/documentation/java#tutorial without to many changes. The…
-
Dropbox API: find the the members of single shared file
My question is in regard to Dropbox file sharing API. Since June 2016 file can be shared with specific groups and users and external emails. Until now, specific sharing happened on the folder level. Is there any way to retrieve the file shared members from the API? I cannot find this answer in the documentation. Today, in…
-
Safely expose credentials to JavaScript client?
I'm building an application with Dropbox that allows the user to log in with Dropbox using OAuth 2. I've made an app on Dropbox, put the app key and app secret into my application code, and I can successfully authenticate the user without ever showing them my app secret, or the access token I received from Dropbox.…
-
Get Parent Id of a file/folder in a non shared folder .NET
How do you get the Parent Id of a file or folder that is contained in a folder that is not shared? Similar to ParentSharedFolderId in sharingInfo but solely for items in non-shared folders
-
IE11 Error when using dropbox filepicker api
Hi, In IE11, unless the browser explicetely adds dropbox.com to the trusted sites, the following error occurs when the file picker api was getting executed The code on this page disabled back and forward caching. For more information, see: http://go.microsoft.com/fwlink/?LinkID=291337 And after that from the picker user…
-
API errors 400 and 401
Hi everyone. I try to create an app and the debugger (GNU gdb 7.8 for MinGW 4.9.2 32 bit) gives me one time the error 401 and two times the error 400. 401: Bad or expired token. This can happen if the user or Dropbox revoked or expired an access token. To fix, you should re-authenticate the user. 400: Bad input parameter.…
-
Is it possible to use the dropbox chooser on a desktop app? (node-webkit)
Hi, I'm developing a node-webkit application which integrates with dropbox. I would love to be able to use the dropbox chooser which is available for web-apps. However, because it's a desktop app, it doesn't have a host/domain name, so I can't register it with dropbox to grant it permission. Hence, when I try to access the…
-
Is there any API limits
Hi, I am working on developing an integration, would like to understand what are the API limits for Dropbox APIs v2 per day per user?
-
Dropbox API usage with trailing slashes
Hey guys, Our dropbox implementation appeared broken on production environment and we saw that a trailing slash on the following endpoint returned a unknown API endpoint error. This seemed to work fine ( with the trailing slashes "/" ) until earlier this week and looks like a recent regression. Also, am not sure if its…
-
Is it possible to create active users in a business account?
Hi there, I am using the Business API to create users in an account. I see in the documentation that we can enable/disable the email invitation by sending the flag in the payload. https://www.dropbox.com/developers-v1/business/docs#members-add Is there anyway to bypass the invitation mechanism that puts a user in a…
-
How to get Modifier of File/Folder V2 Api .net
How do you get the modifier of a file/folder using the V2 Api. Before the MetaData object had an attribute of "User modifier" but in the V2 Api I cannot seem to find this information. Is there a way to get it?
-
Chooser docs claim that direct links use CORS, but I get access control errors
I'm just cross-posting my SO question here, in case someone here has the expertise and can handle answering it in both places at once. http://stackoverflow.com/questions/37731412/dropbox-chooser-direct-links-docs-say-they-use-cors-but-i-get-access-control-e
-
Content-Type charset on safari and firefox
Hi, I'm trying to make a call to API V2 via the browser. Here in the spec you wrote > - Set the Content-Type to "text/plain; charset=dropbox-cors-hack" instead of "application/json" or "application/octet-stream". I tried doing this. It works on Chrome, but it somehow does not work on safari and Firefox. In both firefox and…
-
Passing null into dropbox team client AsMember method .net sdk
When you pass null into the team dropbox client AsMember method does it just use the current user? dropboxTeamClient.AsMember(null) <- what account gets used?
-
OAuth2 implicit grant (token flow) does not work in IE/.Net Winform WebBrowser
Currently I'm developing a .Net WinForms desktop app. I initiate a token-based OAuth2 flow with this URL in IE11 (or to be more precise: the WebBrowser control of .Net WinForms): https://www.dropbox.com/1/oauth2/authorize?response_type=token&client_id=<myappid>&redirect_uri=<myRedirectUrl>oauth_callback&state=<myState> I…
-
Dropbox APIs for creating a .tar.gz and appending data to it.
I need dropbox APIs which can create a .tar.gz file and append some data to it.
-
DropBox error: This app is currently disabled
I'm using the dropbox_sdk Ruby Gem and get an error of "This app is currently disabled." The access token that I'm using is freshly generate and I keep getting this error, even though my app is in development and not disabled.
-
File size limit
I am using dropbox sdk develop a android app. I would like to know the file upload and download restrictions? How much a specific size ? I am now using version dropbox-core-sdk-2.0.3
-
I would like to use dropbox syncing mechanism to my app, to upload images from my app.
Hi, I have an app which takes some number of images every day, and saves locally in sd card with date wise folder. so now i want to upload these pictures automatically in background to my dropbox account. I have created one account in dropbox, which should act like admin, in that all the users of my app, should be able to…
-
Questions about API and shared links
Hi, I want to use dropbox to sell software thru WordPress/woocommerce. My idea is to send an expiring link to customer (7 days) to download the software as soon as he successfully buy a product. I want to automatically create a new expiring link and send this link using an email.Of course the link should be different for…
-
Business API notifications for activity
Hello. I'm trying to get a notification when a team's user logs in, but so far I haven't found a reasonable way to do this. Since logins don't seem to trigger the webhooks, what I'm doing is: 1. Wait for any webhook notification (the user did something so he must have logged in recently). 2. Once received, take the list of…
-
How do I work with Client.AccountInfo?
I'm looking to check a user's email and verification status through Client.AccountInfo. I currently use a 3rd party JavaScript Core SDK, but it's syntactically the same as the Datastore JS API, at least the Common section of these docs. Anyway, I currently have a var client as a new Dropbox.Client() with the public key…