-
API v2 objective-c rate limit error hadling configuration?
Hi, I was wandering if Dropbox Objective C V2 library has a built-in way transparently handling retries when it gets rate limit errors. If not, what do you suggest I do to handle the case?
-
Dropbox Authentication URL
Hi, I am using the 'https://www.dropbox.com/oauth2/authorize/' url for enter login details for dropbox accounts with my android application. Now it seems 'sign with Google account' options, i would like know is any other option to avoid 'sign with Google account' options from this authentication webpage? Anil.S
-
API 1 vs API 2
Hi Support, While I am triying to access the Api "https://api.dropboxapi.com/2/users/get_account" its shown this site can't be reached. But i can use this https://api.dropboxapi.com/1/account/info So please provide the different between this two URLs. Regards, Anandaraj
-
Redirect after login not completing and app is closing. (SwiftyDropBox)
I've followed the SwiftyDropbox tutorial and after linking the app to my (user) db account the app just quits with out throwing any errors after the redirect back to the app. This is my console output. These "errors" occur after the button press. I don't get a console print saying "Success! User is logged into Dropbox with…
-
save_url status stuck as pending?
Hi, We're seeing a high percentage of photos saved to Dropbox with the save_url call never getting saved. Their status, when checked with save_url_job, returns pending. This has never happened before in bulk, like this. The files are about 5mb large. Any ideas? Thanks, Doug
-
.NET API V2 NuGet installation problem on VS 2010 MVC3 application
Hi, Can't use API after NuGet installation, even on new ASP.NET MVC3 application. But it works ok for new WindowsForms application (not of my interest) Symptoms: 1. line 'using Dropbox.Api; ' gives error "Error 7 The type or namespace name 'Dropbox' could not be found (are you missing a using directive or an assembly…
-
Filename with ":"
Hi, I tried renaming a file in dropbox and the filename contained ":"(colon). Dropbox threw an alert message stating colon is not allowed in filenames. However, I am able to upload files with colon in its name via API. Is it allowed to upload files with ":" in dropbox? why is the restriction imposed on renaming alone?…
-
Chunk Upload in .Net
Im Using chunked Upload to upload a compressed file with .net sdk, But it takes too much time to Upload. first i thought it would be because of my internet speed but i double checked and also inserted the same file to the dropbox straight through website. there is a lot time difference between them , so is there anyone…
-
Get downloadable links from a folder
Hello, I would like to use Dropbox so that people could host files into a folder. For now, they have to share manually each link and put this link in the csv file in order to import files into a website. The import process is done using a plugin called WP All Import that allows files to be downloaded from external URL.…
-
Could not decode input as JSON happening in production starting today
Hi, today we started getting the error below for a small % of our userbase in production (our app has been in production for > 1 year - and this is the first time we've seen this). It seems to be specific to individual authorized accounts - neither files/list_folder or /files/list_folder/continue works for those users…
-
Read folder and download files from URL others users
Someone gives me a public URL that is a folder with images. How i can read the folder and download the files that contains? URL example: https://www.dropbox.com/sh/iccq7cc0xtvue9t/AADXnwDSYERNKOR6VdeqFmB6a?dl=0 Its not mine but i want download the content. Thanks
-
file upload
Is there a working sample code one can share to perform upload using v1 java sdk?
-
php dropbox api 1 state parameter error
Hello, I am using php dropbox api v1 and when I try to link my dropbox account I get the following error: "state": must be at most 500 characters, got 1033 Could you please help me to find solution? Thank you in advance.
-
Access token and revoke
To whom it may concer, 1. With the API version 2, will the api token get expired ever ? 2. Assuming I want to revoke the token by making a call to /auth/token/revoke. And then try to generate the token again, at this time, will be new token the same as the revoked one, or are they 2 different tokens ? Thanks,
-
python SDK
what is the difference between Dropbox.files_get_metadata and dropbox.files.FileMetadata? Which one should I use to get file server_Modified time?
-
Upload Async doesn't work when uploading a file to server
Hello , I'm trying to upload a file to dropbox using UploadAsunc method . Everything works fine in the local system. But when i tried to publish and run from the server I'm having an exception or file doesn't get uploaded into the dropbox. Without the dropbox call everything works fine . Here is the code i'm trying to call…
-
Shared Folder Membership Change
Hi How can I be notified about shared folder's membership changes. Seems I dont get any data via Webhooks when new member is added(or revoked) to my shared folder.
-
Email from api-support@dropboxmail.com
I received an email stating that on June 28, 2017, API v1 will be turned off. I have no idea what that means and don't want to click on the link. Is this a legit email from Dropbox? Thank you.
-
behavior on user's email address updates
Hello! I have a few questions on updating a member's email address. 1. A new user is created. The user is in invited state and the email invite is received on email address X. Now, before the user could accept the invitation, if their email address has been updated to Y, will there be a new invite sent to Y? What happens…
-
Facing problems getting the Access Token from a user on Windows Form
Hi there: I actually asked this on StackOverflow but I got no answer yet. The thing is that I'm trying to generate the access token from the user but I can't "capture" the generated token and I'm afraid that asking for permission generates a new access token everytime, so the previous one remains invalid. The point is that…
-
V2 API - error message format
Objective C DBRoulette PhotoViewController.m "downloadImage". Handling of DBFILESDownloadError creates message strings using "routeError" without appending ".path", in contrast with that shown in "randomPhotoButtonPressed". I realize that these are two different errors. However, the relevant header files say to test…
-
Byte order marks on challenge response
I want to add a progress bar while a file is uploading. Is there a way to get the total bytes currently uploaded, durring the upload? Im Using Swift 3
-
File upload process not working on live server
Hi, I have integrate the PHP api of dropbox on localhost. It is working fine. But when host on live server , file upload process not working. download process working fine. Please help regarding this. I have use these code in index.php require 'app/start.php'; require 'app/dropbox_auth.php';…
-
Filter users based on email address
Hello! Is there an API supporting filtering functionality? We're specifically looking for a way to filter users given an email address. I just saw a similar thread on files/folders, and the response was no. Maybe it's a feature request you're working on already? Please confirm.
-
Get only files or only folders in a directory with Swiftydropbox
How would I go about to get a list with only files or only folders in a directory. As far as I know, I can get the metadata with the client.files.getMetaData, but that seems like a backwards way of doing it by first getting all files and then getting all metadata. Especially if I have basically two closures in each other…
-
--header "Authorization: Bearer ACCESS_TOKEN"
hi I got a token by creating a ****** app, then cut-and-paste in the header, and it works fine (eg. /2/files/upload etc.) my question is: how can one get the token without creating that ****** app? -- since I could do the upload etc. before, manually thru the website... thanks
-
Dropbox API v2
I am trying out Dropbox API V2 using HTMl,JavaScript by making API calls with XMLHTTPRequest. To upload a file onto Dropbox the API requires a 'data-binary' property to be set with the path of the file you want to upload. Below is the reference link of API and its parameters:…
-
user_on_another_team but account doesn't exist
Hi All, Hopefully a quick one. Background: Doing user provisioning testing on a trial team dropbox. It's expired, which I fear may be the problem here. I'm getting the above error 'user_on_another_team' back from the teams api (/2/team/members/add) when trying to add some test users. I'm sure my test users don't exist…
-
When will the Dropbox chooser be published to NPM?
Fortunately we have a package manager for Javascript development that means we don't have to link to various CDNs for our code, nor copy and paste third party code into our application and commit it, like we had to do in the dark ages of 1998 development. Dropbox doesn't seem to have left that year and still hasn't…
-
File uploading and downloading in business account.
Hi Dropboxer, I am working on dropbox api in PHP and managing file and folder through running a script from server. All things are working file only issue which I am facing is to uploading a existing or simply downloading a file. I have successfully placed a API call and file is downloading inside my root directory but it…