Explore Dropbox Developer & API discussions with developers like you.
I am looking for some assistance with a script i am trying to get to work to transfer images from a windows server to a dropbox account. For the life of me i cannot get it to stop creating new folders. I am trying to get it to upload to existing folders using the destination folder that appears in the browser url string of…
Hi Team, I am working on Team Account for development majorly on sharing folder and shared folders. Code for sharing folder try: response = dbx_client.with_path_root( path_root=pr ).sharing_share_folder(path=f"{path}", force_async=force_async) if response.is_complete(): return response.get_complete() return response except…
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…
It looks like you're new here. Sign in or register to get started.