Get help with the Dropbox API from fellow developers and experts.
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…
When I have the share url for a folder, and a user who has connected their Dropbox accopunt by OAuth, is it possible to get URLs for images in a folder, so that I can display the thumbnails in my app, without having to download every thumbnail? I would like to instead use <img> tags, and point to the thumbnail URL in the…
I have a very strange problem. Everything has worked well until this Wednesday. My scripts uploaded files correctly to the dropbox and everything was fine. Suddenly without any change in my python API software the file upload stopped to work. I have created a new dropbox folder /test that is empty. I try to upload a file…
I am using the API: https://api.dropboxapi.com/2/files/get_metadata With a body of {"path":"FILENAME","include_media_info":false,"include_deleted":false,"include_has_explicit_shared_members":false} I am getting a 409 response that looks like this:{ "error_summary": "path/not_found/..", "error": { ".tag": "path", "path": {…
Hello, I have built an application that integrates with Dropbox using the nodejs SDK. It has been working fine for the past few months but has just stopped working overnight The reason seems to be that the filesListFolder and sharingGetSharedLinkMetadata APIs no longer return the path_lower or path_display properties. I…
Hello, I split my file with 60MB size. But I get this error "Too_large"
Hello, after user authenticates via OAuth2 I request refresh token, which I store on user's mobile device. Now to perform various actions (upload/download) from the user's Dropbox storage, I build: DbxClientV2(config, credentials) As I was reading this…
It looks like you're new here. Sign in or register to get started.