Get help with the Dropbox API from fellow developers and experts.
Hello im using team space configuration and trying to use this EP - https://api.dropboxapi.com/2/files/move_v2 to move file from user's home folder to admin home folder and i get 409, tried to add admin header but its not working... Do you have support to such case? if so please share the EP (preferably v2) and relevant…
Hi, I am using dropbox V2 rest apis for my application. I have an usecase to be resolved. There is an api to list all the files and folders within the given folder path. Is there a way to retrieve only the folders within the given folder path? I know that we can differentiate the folders and files using the ".tag" key…
Hi all, I need help, I have set the SwiftyDropbox SDK in my IOS project, and I am able to do the OAuth process successfully : and i get my dropbox account info when i ask the API: I have problem retrieve the paths of all files and folders in my dropbox root directory.... I used this code: And i get this response : 0…
hi i want to integrate dropbox at my react project and im using php dotnet as a backend i integrate the dropbox at frontend but the issue is that i want to get files from dropbox and convet it into base64 and send it to backend this technique is im using for local ones can anyone tell me how can i do this do i need changes…
I'm trying to do the worlds simplest node dropbox script but getting an error, clearly I am missing something. I set up an App - and gave it all the read permissions. Then I have this script which should list the contents of the root - which I assume would be the App folder name I setup: ``` import { Dropbox } from…
Hello! I am currently saving files in my 'Apps' folder using the files_upload() API. I want to save files in a seperate environment than 'Apps' where users are already looking. I believe my Dropbox key has permission to do this, but I cannot figure out the path settings to get this to integrate correctly. folder =…
Hello, my name is Bernardo, I am wanting to implement the Dropbox API to a support system. I use the example that dropbox gives on github to upload files, in my code it works but when I enter the dropbox folder the file is uploaded corrupted and it does not allow me to open or download it, I attach my code, I hope you can…
API /sharing/list_file_members and sharing /list_file_members/batch returning different result for same file ID /list_file_members/batch , return blank entries while /list_file_members/batch , return 1 owner entry for a file Please check below , for same file id , API returning different result.…
Hi, I want to search within multiple folder/subfolders, I tried passing regex/ multiple paths but i got an error for invalid path. Is this possible anyway? For example I want to search within these 2 paths /folder1/subfolder1 /folder2/subfolder2
Im using account with space team configuration and trying to move file from team folder to home folder and get that response: [409] {'.tag': 'path', 'path': {'.tag': 'no_write_permission'}} Im sending the request with that headers: 'Authorization': '<some token>', 'Dropbox-Api-Path-Root': '{".tag": "root", "root": "<root…
It looks like you're new here. Sign in or register to get started.