-
App Folder permission - getting shared_link_access_denied for public shared link URLs?
Note: I just created a new App Key/Secret for my App to - I'm now using the App Folder permission instead of Full Permission (which I believe is way less scary for users to grant permission and appropriate for my App too). This flow used to work with my old App Key/Secret. I have a…
-
HTTP API to retrieve file comments info
I would need to know if it is possible to retrieve the comments written for a shared file (comment and position) and if it is possible to upload new comments or answers from a desktop application using CURL. Haven't found at the API list. Thanks.
-
.Net Maui
Hi, I need to find a way to connect my app with Dropbox. I am moving from a Xamarin.iOS app to .net Maui due to Xamarin not being supported anymore. (I can't just change my app to the new .NET as the libraries I used were not ported) Everything I find onlines shows doing this with a webview, but that is no longer allowed.…
-
How to share subfolders in a shared folder using API?
Hi, I want to share subfolders that are in a folder that has existing share permissions. When I use the /share_folder endpoint, I get truncated output like this: {'.tag': 'async_job_id', 'async_job_id': 'dbjid:AAAa31In8U7Og98tE4MiRxWm8tdLFW8dvYe5a_gT2vQiAV_94StBQMby-2GKzXIcKCabbMgf5_lz1AyNs9I7U8oS'} I want the subfolder to…
-
ServiceUnavailable 503 when doing a lot of requests - expected rate limit error
When there are a lot of requests to the API, at some point a 503 - ServiceUnavailable error code is returned. The documentation does not cover this case (https://developers.dropbox.com/error-handling-guide mentions 500, but not 503). In the .NET SDK there's this note:…
-
Image link on without sharing
I am making a webapp that lets user store, edit and view text files on their Dropbox account (from app folder). I would want to embedded images into that text, with images that are also saved on user's Dropbox. Can I do it without create_shared_link_with_settings? Is there a way to get a link that only owner of that image…
-
Change in Dropbox Embedder behaviour
Hello, It used to be possible when using Dropbox Embedder with a link to folder reliable navigation in that folder and preview all files in pointed folder - all files that Embedder may handle of course. Now Dropbox Embedder may handle, in correct way, only link pointing to particular file directly! Is this intended…
-
SwiftyDropbox
I am attempting to integrate Dropbox into my SwiftUI project. In the AppDelegate func(application...) I am getting an error stating that setupWithAppKey(<APP_KEY>) is not a member type of DropboxClient Manager. Any ideas on how to resolve>
-
Dropbox embedder not working with /scl style shared links
Our site uses the dropbox embedder to display shared folder content with our users. The problem we're having is that the newer shared links that are created with a /scl url prefix won't work with the embedder. The older shared links created with /sh prefix work fine however. When a user with the /scl style link tries to…
-
Hoe integreer ik Dropbox met mijn App en website?
Ik werk aan een CodeIgniter-app voor Relining riool diensten en wil Dropbox integreren voor het uploaden en tonen van afbeeldingen aan de gebruikerskant. Heeft iemand ervaring met Dropbox integreren in CodeIgniter? Specifiek wil ik weten hoe ik afbeeldingen vanuit de app naar Dropbox upload en ze vervolgens op de website…
-
Dropbox API and Apples App privacy details on the App Store
Apple requires to provide app privacy details (see https://developer.apple.com/app-store/app-privacy-details/ ) While an iOS app uses dropbox to store/read a user's data, it can provide the details for this interaction. But for how dropbox (company) handles said data is hard to denote in the privacy details. Probably other…
-
[Python SDK | API] Inconsistent results with files_search_v2
We are experiencing inconsistent results with the files_search_v2 function with both the Python SDK and API. An example is if we are searching for a particular file: '/Media Coordination/VERSIONING/Graveyard_Carz_TE00000114/S06/Subs/TE00000114_06_0011_A2_S_FRA.srt' If we search for a particular string eg.…
-
April 2024 Update to C# Example Code => This user doesn't belong to a team with shared space
Dropbox has given ample warnings about adapting to Teams and Shared Spaces. However, applying these updates have been staggered and this Sunday I lost all connections to team folders in a Blazor Server .NET 8 service class. I solved it by inverting this condition: if (!account.RootInfo.IsTeam) to if…
-
Dropbox API Search Not Working
We have integrated the API with our ERP system, where we can upload files prefixed by the document number. So one document can have multiple files. SAMEX_23-24_0937_PDF1.pdf SAMEX_23-24_0937_PDF2.pdf Now when we search in the Dropbox web site "SAMEX_23-24_0937" we see both the files. But if we use the same option with…
-
authentication problem on java api
I'm trying to integrate the Dropbox API into the backend of my application, however, the authentication part is a difficult task to do, because, following the documentation, authentication must be done by authorizing through the browser, which is not an option, since the project will run on the server and this process will…
-
Path for API: path of the empty string
Hi, I am trying to get a list of all my file and folder names. I keep getting an error message saying: The path is copied from my dropbox. So, I dont understand how it could not be found. Please help. Thank you
-
AssertionError: Expected content-type to be application/json, got 'application/grpc'
Hi, everybody! I have a simple Python script to create an archive and store it in Dropbox. import subprocessimport osimport dropboximport shutilfrom datetime import datetimeclass DropboxUploader: def __init__(self, dropbox_token, CHUNK_SIZE): self.dropbox_token = dropbox_token self.CHUNK_SIZE = CHUNK_SIZE self.dbx =…
-
Clicking files in embedded Dropbox leads to registration screen instead of direct download
We have embedded Dropbox onto our website in an iframe: [Removed as per Community Guidelines] We produce a Dropbox read only share link to include in the embed code. For some folders we get a share link containing /scl/fo/ which leads to a registration splash screen whenever a website visitor clicks a file in the embedder.…
-
API-libcurl cannot use CURLOPT_RANGE or any other functions to resume to download files
Hi, I use libcurl to call the dropbox api to achieve some functions. When calling file/download, the download will be disconnected when the file exceeds 2G, so I want to implement the function of file continuation. Locally use curl to send curl -X POST <url> \<rest code>--header'Range: {"bytes": "xxx-"} ' to dropbox to…
-
Started to get PathRootErrorException
Hey, I work with Dropbox Java SDK latest, and have a running app. Since recently I started to get PathRootErrorException sdkClient.asAdmin().withPathRoot(PathRoot.root(teamNamespace)) .files() .listFolderGetLatestCursorBuilder("") .withRecursive(true) .start().getCursor(); When trying to call this…
-
Dropbox API - Invalid redirect URI (Error 400) with React Native Expo
I am building a React native app and trying to integrate the Dropbox API. I'm following expo's app auth guide: https://docs.expo.dev/guides/authentication/#dropbox and I have the App registered with a scheme in the redirect URI's as: com.kkanchev94.esignapp://oauth and the same one registered and build with that scheme in…
-
Automate email post-upload script
We are using Dropbox to ingest files from our clients. We get them access to a shared folder (we're still thinking through which sharing option is best here such that clients can easily upload, but also keep tabs on their previously uploaded files, aka not a good use case for file requests). We want to automate a way to…
-
API folder creation
I'm using Google Colab + Python to create a list of folder from a googleSheet of my open projects. I set-up the App in dropbox & the code runs without error. It checks to see if the folder path already exists before creation. Ran the 1st time & received confirmation the folders were created. Ran the 2nd time and it said…
-
How to get id of a deleted folder?
While building an integration with Dropbox I am running into typical situation of deleting folders at my app's end when a subject folder is deleted by the user on Dropbox. Via webhooks I am getting Metadata object actually DeleteMetadata object which does have path but no id, at my end we don't keep track of paths as such…
-
Dropbox tutorial is not updated for OAuth and assumes that I can get an ACCESS TOKEN...
I am a fairly experienced developer but new to the Dropbox API. I am on this page, the Dropbox for Python Tutorial. The example assumes that I can get an ACCESS TOKEN from the App Console. However, my App Console does not offer me an ACCESS TOKEN. It only offers me OAuth tools. I have had bad luck with OAuth 2.0 on…
-
Oauth2 is asking to login with work account
Hello, I have created an app and while implementing it. During Oauth2 sign in process it is showing me login with work account message. Please help with it what is work account ? here is the screenshot of the error. https://prnt.sc/u2u44d Thanks
-
Upload a file to a shared folder using the REST API
I'm attempting to upload a file to a shared (team) folder in Dropbox. \ (hidden root) \[My Personal Folder] \My Company Team Folder \Activities \2024-04-11 File A File B I want to add files to \My Company Team Folder\Activities\2024-04-11. This is the code (PowerShell): $AccessToken = 'XXXXX' $TeamMemberId = '123456' # an…
-
Can we list only paper , paper template, files or shortcut at a time
Using Dropbox SDK , we can all list all files & folders using following API client.files().listFolderBuilder("").withRecursive(true) .withLimit((long) limit).withIncludeHasExplicitSharedMembers(true) .withIncludeMountedFolders(false).start() Is there any API by which we can only list paper files or paper template file?
-
Dropbox Api 6.1: Auth is not recognised
Hi, after updating from Android Java Api 'com.dropbox.core:dropbox-core-sdk:5.4.0' to com.dropbox.core:dropbox-core-sdk:6.1.0' Auth is not recognised. I need it for the PKCE flow: 'Auth.startOAuth2PKCE(...)' Seems like this has changed something and I can't find any reference to it. Thanks Geggs