Get help with the Dropbox API from fellow developers and experts.
Probably I'm getting crazy, but following command: curl -X POST https://api.dropboxapi.com/2/files/list_folder \ -H "Content-Type: application/json" -u "<APP KEY>:<APP SECRET>" \ --data '{"path":"","shared_link":{"url":"<shared link to folder>"}}' ... doesn't work anymore. I think, it used to work. 🤔 What's going on? It…
Hi DropBox community, My problem is: If i have to programmatically create apps for different types of things i want to do, for example: - An app that i use only to read account info (scopes: account.info.read) - An app that i use only to upload images (scopes: ...) - ... do i have to worry about a max number of Apps that i…
Can someone help me solve my issue. I have a Dropbox Python SDK script, and this script will grab the shared files from Dropbox. My issue here is that when I run my script it will grab some files only, not all. What I want is to grab all the containing files inside the shared folders. Please take a look to this diagram for…
I maintain some software that ingests files from dropbox. Recently it has started failing because dropbox often returns a 405 "Method not allowed" error on HEAD operations. Is this a known issue, is there a fix pending for this? Here's an example of this. (I have deleted this file but you can reproduce with pretty much any…
Hello, recently, I've noticed that I can no longer use wget with the --spider flag to download dropbox files. This has been working for the past couple of years for me, but seems to no longer work. If I remove the --spider flag, I'm able to download the file. Here are the commands I'm running in terminal to test. Worked…
All I want to do is share a folder with employees in a password restricted area of our website. I want them to be able to read/write to this folder. I'm using PHP and can get it to do what I need it to when I'm logged in to my primary (paid) account, but in testing on other devices realized it's only listing contents from…
I had integrated dropbox using spatie/ dropbox-api. there is one function for download file. but its return only resource id. how to resolved it and download files from dropbox.
Hi, Everyone. Hope you are all ok. I am getting the dreadful Failed to access a remote cloud service StatusCode: Conflict Request result: {"error_summary": "path/not_found/", "error": {".tag": "path", "path": {".tag": "not_found"}}} It is (most probably) related with the Refresh Token (and consequently the AccessToken),…
Hi, I currently have a basic plan, I am using the dropbox api, in which I have an application that in its flow of use makes these requests: 1) refreshes the access token 2) looks for the metadata of a folder 3) downloads a file 4) after modifying the downloaded file it uploads it to dropbox but after some time of use I get…
I am encountering issues when trying to obtain an access token and refresh token. I retrieved the access code from the following URL: https://www.dropbox.com/oauth2/authorize?client_id=<app key>&redirect_uri=<REDIRECT URL>&token_access_type=offline&response_type=code I input the access code obtained from the above into…
It looks like you're new here. Sign in or register to get started.