Explore Dropbox Developer & API discussions with developers like you.
I want to use the drop box instead of S3. Dropbox is very satisfactory in its function. But there are some problems. There's a concurrent write limit per namespace. If you have a folder structure like below, Does everyone have a namespace? Or does it only apply to subfolders? Or is it just the top-level folders? .└── root…
In this first step we executed the “https://www.dropbox.com/oauth2/authorize?client_id=fcfu96aau5vs2rw&response_type=code” call in postman we got the below response with 200 OK (which is success message) But the same call when executed in browser we observed the following behavior , After selecting “Allow” button we…
Hi Support Team, I'm developing a module to download publicly shared files or folders and tried it with multiple APIs but have not succussed. I've created an App in the console and have Appkey and Secret Key, Is there any way to download files of public URLs without access token in c#? Best Regards
How do I create an instance of AccessLevel set to a value of Viewer? Here's a snippet of my code: AccessLevel.Viewer accessLevel = new AccessLevel().AsViewer; foreach (var member in members) { if(!member.AccessType.IsOwner) { MemberSelector.DropboxId memberSelector = new MemberSelector.DropboxId(member.User.Email);var yep…
I'm trying to refresh a Dropbox token in my ASP.NET MVC application. But I get an error: Spoiler invalid_grant. My code: OAuth2Response tokenResult = await DropboxOAuth2Helper.ProcessCodeFlowAsync("http://127.0.0.1:52475/", ApiKey, ApiSecret); accessToken = tokenResult.AccessToken; refreshToken = tokenResult.RefreshToken;
Hello, I want to get started using Dropbox's Chooser, but when I choose any file from my dropbox it seems to return null on the link attribute. Any suggestion for this? Thanks in advance!
I am trying to use Google Apps Script to create Shared links. I have been able to work most of the functinality I require, incl. running "sharing/list_shared_links". My folder is a Team folder. Here are the important parts of "sharing/get_folder_metadata reads". At the moment I only have one file inside this folder.…
I have dropbox team account I created multiple folders using batch api for folder create because creating multiple folders using dbx_client.with_path_root( path_root=pr ).sharing_share_folder(path=f"{path}") always comes up with a async call, I tried with 15 folders sometimes 7 are created sometime 8 this doesn't work…
Hello, I'm maintaining a Java Desktop application that can use Dropbox to store user data. I've just discovered that my Dropbox integration doesn't work anymore for new users because of the API breaking change about long-lived tokens (I am not saying it was a wrong decision, security matters ??). Previously, my application…
hi everyone, am trying to use the new API of Dropbox, but I am having some difficulties. I did however create an app console on personal free dropbox ACC, and I got the needed information (Appkey, App Secret,...) in order to generate auth2, and I downloaded the example located in (dropbox-sdk-dotnet\examples\simpleTest\)…
It looks like you're new here. Sign in or register to get started.