Get help with the Dropbox API from fellow developers and experts.
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…
Hello! I'm trying to integrate Salesforce with Dropbox and got Error in the URL: /AuthorizationError?ErrorCode=No_Openid_Response&ErrorDescription=Bad+response. I would also like to get a permanent token to get around this problem, but when I click on the generate button I get a non-permanent token, there is also no button…
Hello, I am developing an application that uses the Dropbox API. I would like the application to choose a port that is currently open on the device and based on that create User Authorization link for user to authorize this application. I have not found the way whether/how it can be achieved because Redirect URIs seem like…
It looks like you're new here. Sign in or register to get started.