-
.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 dummy 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 dummy 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…
-
Getting the shared link using the deprecated GetSharedLinksAsync(path)
Hi there! I'm facing problems retrieving a shared link which is already created. I'm basically trying to "create" the Shared Link every time I upload a file and storing that URL on a DB but I'm stuck on the "shared_link_aready_exists" part. I'm using the .NET API and I tried to use the…
-
Deleting a file using a Shared Link through the API
Hi there: I'm brand new with the Dropbox API for .NET and I've made my steps forward. The thing is that we want to work with shared links in terms of deleting files. I know I can use the DropboxClient.Files.DeleteAsync(remoteRoute); That would delete the file if I know the route it has, but... What about if I just know the…
-
API - prevent renaming of certain files and folders
Hi guys! I was wondering, if I have an app that creates an app folder in a user's dropbox, is there any way to prevent renaming of certain files or folders? I'd like to be able to keep users from renaming certain folders in my app but still allow them to add new files to that folder. Thanks!
-
API v2: Simple image preview
hi i was using Dropbox Api v1 to show images which i place on Dropbox. but now V1 is going to deprecate soon so i am migrating from v1 to v2. but i am not able to find any way to replace v1 link which we just pass to image tag to show image preview. what i found in v2 is download a file and show it in your image tag. even…
-
Return API /previews call with location instead of content
I would like to show previews to the user via the /get_preview call, without downloading/processing each preview via the server. To do so, I now need to point the user to https://content.dropboxapi.com/2/files/get_preview with authentication. But that means that the users are able to obtain the access_token if they look at…