Get help with the Dropbox API from fellow developers and experts.
The basic search of file in all folders work fine but I want to search a file in particular folder not whole dropbox. how to implement this.
Hi All, I share a project I'm working on through some executables on dropbox, which users get a link to, so they can download. I prefer, obviously, that they have an account, so they will have automatic synchronization to these frequently changed files. However, some do not want to install dropbox and now I'm writing a…
Hi, I understand that some operations can be asynchronous (eg, /2/sharing/share_folder or /2/sharing/remove_folder_member). My question is: how often should I check for the ****** status (/2/sharing/check_******/status) ? And for how long until it can be considered failed?
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…
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…
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…
It looks like you're new here. Sign in or register to get started.