Get help with the Dropbox API from fellow developers and experts.
Im trying to create an app for my dropbox business team to read changes via webhooks and aws lmabda url and backup those changes to an aws s3. I created a dropbox app with full dropbox scope, enabled permissions to read metadata and files, added the url for my lambda to the webhook url in the app, and passed the web hook…
The Api-Call "list-folder" only read und list my private folder, but not the team folder. All folders in the team folder are not displayed. All permissions are set and i also tried the call with a "Dropbox-API-Select-Admin"-Header. Without the "Admin-Header", no folder are listed because "the OAuth 2 access token you…
Hi Team, We are interested to know the information via webhook whenever our provider Jot Form adds the PDF file to my dropbox account. So that our program will get the PDF file via dropbox SDK. Could you please guide me on how to add the webhook and also provide the sample request body when a file is added to the dropbox…
Hi, is it possible to transfer the ownership of Developers Apps? I can't find any settings that allows me to do so, and this gmail account would be deleted in a few weeks. Thanks!
I'm trying to implement a function where I can get shared links to dropbox folders via API. I was able to generate the shared link but if the link has been generated, the next call on the same folder will return this exception: "CreateSharedLinkWithSettingsErrorException" I tried to handle it so that I could retrieve the…
How can I integrate Dropbox with my CodeIgniter app for uploading and displaying images from NBA picks app and website on the client side? Thanks.
Hi Team, I am trying to connect to the dropbox app created by Me(Team Admin role in Dropbox Enterprise/Business account), after configuring the connector in AEM DAM with correct client_id and secret I am always getting below error (Only set Individual scope): This app has been blocked for your team. Go to the admin console…
I am trying to use search to find any file with txt extension inside a particular path. I get the error: "Error in call to API function "files/search_v2": options: expected array, got string". What am I doing wrong here: $options = array( "filename_only" => true, "max_results" => 1, "file_status" => "active", "path" =>…
To download a file I need a full path. What if I don't know the name of the file? How would I list that path then to grab any txt file? "path": "/Homework/math/Prime_Numbers.txt"
Hi, I'm trying to add a couple of scopes e.g. sharing.write to my dropbox app but whenever I make changes it gets put in review since it's a production app and then doesn't get approved so the scopes don't get updated. I really need these permission updates otherwise my integration won't work. Would appreciate some advice…
It looks like you're new here. Sign in or register to get started.