Get help with the Dropbox API from fellow developers and experts.
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…
I`m writing some code in order to parse my dropbox folders and files but in task.Wait(); line I have error: BadInputException: Error in call to API function "files/list_folder": Your app is not permitted to access this endpoint because it does not have the required scope 'files.metadata.read'. The owner of the app can…
when performing an api call files_list_folder with the path /Apps/YPDB2023 up till this morning it would return the subfolder name and a list of all the files - but now I just get the subfolder name and a "has more" = true and a cursor - which I can then use to /files_list_folder/continue - and then I can see the files…
It looks like you're new here. Sign in or register to get started.