-
Audit log access in V2 API ?
I would like to access the audit log for my Dropbox. I want to know who took action on what files, and when they did so. This is Dropbox for Teams so I can use the Business API. I see that the V1 Business API has /log/get_events. But I can’t find the equivalent endpoint in the V2 Business API. Can I access the audit log…
-
Properties API
Where can I find example for working with Properties API ? As I see in the doc before add properties to file I should create new properties template. But there is no any doc about properties/template/add. So, how to work with properties ? Where can I receive ID for properties template, that required almost for all…
-
Use of API method GET
Hi Support, I did not use the this kind of API https://content.dropboxapi.com/1/files/auto/<path> I am using like this https://content.dropboxapi.com/1/files/auto/Get Started with Dropbox.pdf is this correct . can you plaese give the example API for this . what is path ? give any example I have tried the all kind of path…
-
Revoke access token
Hi, I am trying to revoke the token when we trying to logoff the dropbox from my android app. it always showing some error. eg: https://api.dropboxapi.com/2/auth/token/revoke and set the header as "Authorization: Bearer <access token>" it would be fine, if you provide the correct url and how to use it android. Anil.S
-
Mapping webhooks users to accounts
Is there any guarantee that the order of "users" and "accounts" in a webhook notification body is the same? e.g. in the sample webhook notification below, does the user "12345678" correspond to the account "dbid:AAH4f99T0taONIb-OurWxbNQ6ywGRopQngc"? { "list_folder": { "accounts": […
-
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…