Get help with the Dropbox API from fellow developers and experts.
Hi Team, We have a batch execution which searches for a particular file in a given shared folder path in dropbox for each record in the input batch. We are then downloading this file and attaching it to an email to end users. We have also implemented retries with sleep time incase if the dropbox ratelimits have exceeded.…
Hi, We have tried to create the team folder and add the entire team but failed. After successfully created team folder by api "https://api.dropboxapi.com/2/team/team_folder/create", we tried to add the entire team with "group_id" to the team folder but failed, the api is "…
I am using the API to upload images and make them public. I get the public link back and embed in my application. ALL GOOD. Now I am looking to allow .HEIC uploads. I don't see anything in the API to cause the conversion. So, I put automation on my parent folder and that seems to create another duplicate photo converted to…
I am trying to create folders using the api in a team folder like this: // Get Namespace IDconst dbx = new Dropbox({ accessToken: process.env.DROPBOX_ACCESS_TOKEN }); const baseFolder = "/Data Transfers";const customerFolder = `${baseFolder}/${folder_name}`;const dataFolder = `${customerFolder}/data`; // Create a folder in…
Hello everyone! I'm trying to get the meta data for a file so I can access the "shared_folder_id" and then add a member (or group if possible) to that folder. It's on a team folder. I'm using Zapier as I want this to be automated upon a trigger. The issue I get is during a Post request to get_metadata, the path cannot be…
We want to create a team folder and share the team folder with everyone of the dropbox managed users through the Dropbox Api. Could you let us know how to do it?
Hi, I am developing an application where I need to know the user who uploaded particular file. I checked that dropbox UI has that information available and it fetches it from https://www.dropbox.com/2/files/get_upload_info endpoint. This endpoint is not listed in dropbox API documentation. Also, response returned by it…
Back in June, our Dropbox Business account was migrated to the Updated Team Space system. We have a custom application that manages automatically uploading files and sharing folders with our customers. Everything was working fine prior to June, new files could be uploaded, folders could be shared, and folder members could…
I am a novice, sorry for the lame question, but I need to make an app that searches images based on their tags. Since all apps are located in the Applications/[my app] folder, all images to be sorted (3K+) need to be relocated into this new folder? If so, is there a way to make a redirecting link to the existent folder I…
Hi all, For some time now I have not been able to upload my files via the HTTP API. The file/upload or file/get_temporary_upload_link gives me a 404 error even though it worked perfectly until now. If I do CURL tests then everything works perfectly, so I suspect an unsupported header. Here is the list of headers on my HTTP…
It looks like you're new here. Sign in or register to get started.