Explore Dropbox Developer & API discussions with developers like you.
Hello, My goal is to transfer a file to DropboxAcc1 to DropboxAcc2 with this API : https://api.dropboxapi.com/2/files/copy_reference/save $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, 'https://api.dropboxapi.com/2/files/copy_reference/get'); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch,…
Hi, I am running into a problem when calling sharing/update_folder_member . The error is {"error_summary": "access_error/not_a_member/.", "error": {".tag": "access_error", "access_error": {".tag": "not_a_member"}}} Below are my steps 1. List folder's member 2. Update member's access to viewer with curl I also tested with…
Hello, I want to know what is the meaning of scope "contacts.read". Is there any Dropbox API endpoint (officially supported) that uses that scope? Also, is there a way all contacts in Dropbox account to be listed (again, using officially supported endpoints)? Thanks.
Hello, The userinfo API, which was working fine until yesterday, has suddenly stopped functioning. Every time I send a request to the API, I receive a 400 error. Specifically, I am using the following endpoint: Request URL: https://api.dropboxapi.com/2/openid/userinfo Error message: 400 Bad Request Response content: Error…
Is there any way we can upload large files when app is in background using SwifyDropBox? If not then how can we achieve this using NSURLSESSION in swift and DropBox HTTP Requests?
All I want to do is hyperlink from a webpage to a shared drobox folder. Is this impossible? No matter how I format the link, I get "Dropbox refuses to connect". I created an app and added that domain, still refuses to connect. If I paste the link into a browser window, it works. This seems like such a simple thing. Does…
I'm trying to list all the file and folders in a Dropbox Teamspace and getting the following error The remote server returned an error: (422) Unprocessable Entity. "{"error":{".tag":"invalid_root","invalid_root":{".tag":"team","home_namespace_id":"retracted","home_path":"/retracted Dropbox Team…
Hello! Is there an way to revoke a get_temporary_link without wait it to expire? I tried to use revoke_shared_link, but seems that it works only for shared link e not for a temporary link. Error while trying to use revoke_shared_link: {"error_summary": "shared_link_malformed/.", "error": {".tag": "shared_link_malformed"}}…
Hi, I am using the API to upload files to Dropbox. The API response shows successful upload and I can see the file at the correct location. But when previewing it shows : '.xlsx files are supported but something went wrong'. The file seems to be corrupted when I try to download and open. The source file on my desktop NOT…
Hi, We use following apis to perform file upload/download, and passing filename in Dropbox-API-Arg header. If the filename contains non-printable char (ascii < 32), we encode them using unicode. (according to this encoding doc) However, this method is only valid for uploading files, downloading files will result in a…
It looks like you're new here. Sign in or register to get started.