Get help with the Dropbox API from fellow developers and experts.
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…
My app is single-page server-side javascript/HTML, but I don't use Node. This seems to mean that I can't just import {Dropbox} from 'dropbox' I am able to access use the chooser and saver by using dropbox via script i.e. src="https://www.dropbox.com/static/api/2/dropins.js", but the functionality available…
Greetings, If I embed a folder onto my website, I want people to be able to open the contents (images) inside the folder. But they cannot. They only have permission to view a list/grid of the folder content - not open the content. Example: https://www.arclab.space/e/test-raw-jpg The embedder should have a parent/child…
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…
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
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…
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?
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
Here is a possible issue I've noticed while experimenting with the dropbox API. The repro is something like: 1. Find a PDF in your dropbox via the web UI 2. Ue the "Edit PDF" feature, make a change to the document (e.g. delete a page, rotate, etc), then choose Save -> Replace Original 3. Download the edited file using the…
Hello, im using the Api list_folder and try to get any event for any user in the team. is it possible? Im using the header dropbox-api-select-admin and i saw in the docs - ----- Specifically, there are two different modes for Dropbox-API-Select-Admin header that calls may support: * Whole Team The endpoint can access…
It looks like you're new here. Sign in or register to get started.