-
The list_folder api is slow even if there is only 1500 folders
Hi, We've tested that when we created 6000 team folders (eg. under team space). The list_folder_continue api will always timeout due to long cursor. However, even if we delete the folders to 4000, 3500,......, 1500 it still almost always timeouts (eg. the 504 gateway timeout takes 90 seconds). Actually, when only 1000…
-
Attempt to relink Dropbox? keeps recurring
I updated my iOS app to use the latest Dropbox SDK over the weekend, and initially it seemed fine. But now I notice that whenever I go someplace new and reopen my app, it says my Dropbox account is no longer connected and I have to relink it. Any idea what would cause that to happen? The app thinks it is linked to an…
-
why do I get {"error": "Invalid OAuth2 token."}
I followed this article https://dropbox.tech/developers/generate-an-access-token-for-your-own-account but when I do this curl https://api.dropbox.com/1/account/info -H "Authorization:Bearer sl.BLDmzx7xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxsomethinginherexxxxx" I get this {"error": "Invalid OAuth2 token."}…
-
Question about the ToS
Hello, First of all, congratulations on building such an awesome cloud storage! Can I use your cloud storage API (of free tier) for my personal hobby programming project, as a file storage bucket for user uploads (as an alternative to e.g. AWS S3), or is it against your ToS?
-
Dropbox Python API and Google Cloud Composer
I am attempting to orchestrate downloads using the Dropbox Python API and Google Cloud's Cloud Composer. I am trying to download the files off my dropbox account, unzip them and them upload them to my Bigquery warehouse for analysis. Does anyone have a more efficient way of accomplishing this? I am currently stuck at…
-
OAuth2 Login in RPG Maker MV (RMMV) Game
Hey, I'm trying to integrate dropbox as cloud storage into an RPG Maker MV Game. I was already able to upload/download files using the "Generated access token" and now I'm trying to integrate the OAuth2 Login so every user has their savegames in their dropbox. But the login doesn't work. It just shouts the following error…
-
Child folder path
Hi, I need to get the child folder location when i change a file inside the child folder. eg: if i change the test.xml inside c:/TestFolder/TestFolder1/TestFolder2/Test.xml i need to get path as c:/TestFolder/TestFolder1/TestFolder2. but am getting c:/TestFolder now. Am doing this using the cursor am getting through the…
-
HEIC media_info metadata and thumbnail support?
Are there any plans to support HEIC photos and videos in the Dropbox API? I was surprised to find that it didn't work already TBH. Would like to see support for this on the thumbnail calls (which currently support jpg, jpeg, png, tiff, tif, gif, webp, ppm and bmp) as well as on any call that supports…
-
How to get groups and members from the drop box using drop box sdk in java.
How to get groups and members from the drop box using drop box sdk in java.
-
how to get groups and members from dropbox using dropbox sdk
how to get groups and members from dropbox using dropbox sdk in java
-
Access token expired
i am going to buy plan once i am done with testing dropbox api My concern is that. I am super admin, and i am uploading a file every day for my students. Student can access file with our mobile app I did all R&D and development but i am stuck one place only Getting this error "Client error: `POST…
-
Dynamically load iframe with embedder js
Hello, I am adding Dropbox iframes to my web app via the Embedder. To keep the site performant, I only render the anchor tags referencing embed urls when they are visible in the viewport, at which point I inject the dropin JS script. Instead of injecting another script when an additional iframe comes into view, I would…
-
How to upload multiple files using JavaScript SDK?
Hi, I am using Javascript SDK to upload multiple files at once. I have a dropbox business account enabled and the folder where I am trying to upload the files is a shared folder. I want to upload the files to root > Clients > Somefolder Clients and Somefolder are the folders created by me. Here's my code: const…
-
Move API leads to temp permission removed for team subfolders/subfiles (eg. 5 to 30s observed)
Hi, We've developed an syncing app, and we found that if we use move api (eg. https://api.dropboxapi.com/2/files/move_v2) with Dropbox-API-Path-Root as root teamspace id to rename team folder under team space root. The subfolders and subfiles of the renamed team folder will then lose their permissions (eg. the members…
-
uploadToDropbox cURL Root
Hi, I was trying cURL, but I am pretty bad at it. I would need your assistance. function uploadToDropbox($path, $folder="\0", $name="") { $url = "https://api.dropbox.com/oauth2/token"; $curl = curl_init($url); curl_setopt($curl, CURLOPT_URL, $url); curl_setopt($curl, CURLOPT_POST, true); curl_setopt($curl,…
-
API - Getting owner information of a file that is not shared
Hi - I am trying to get owner information of a file that is not shared. I tried the below - FileMetadata fileMetadata = (FileMetadata) dbxTeamClient.asAdmin(adminId).files().getMetadata(fileId); But FileMetadata doesn't seem to have this information. For shared files/folders, I am able to get same using…
-
API support for Dropbox Transfer links
We've recently started receiving Dropbox Transfer links. These links are of the form: https://www.dropbox.com/transfer/... I cannot find a way to get info about these links or download them via the API. Is this supported? In particular, I would like to be able to: - Get info about the files in the transfer (filename, size)…
-
Chooser - Default Folder
The current implementation of the chooser works well enough for personal, relatively infrequent use. However, navigating to a specific folder from root every single time you load the chooser gets irritating in a high-use / enterprise context with complex folder structures. Please add support for a 'defaultPath'…
-
Filemaker Containers and non-persistent Token
Hi, I was able to store container contents in my Dropbox but the Token is not persistent. Read about it in the documentation and came to the conclusion that I need to use Oauth 2 with PKCE since I'll be using the application with mobile devices, the acquisition of the a Token must happen without user intervention. The…
-
File temporary link generation doesn't work
I am trying to generate a temporary link from test file with curl command, but this doesn't work and return this following error: curl: (92) HTTP/2 stream 1 was not closed cleanly before end of the underlying stream My Curl Request: curl -X POST https://api.dropboxapi.com/2/files/get_temporary_link \ --header…
-
Wrong google sign in branding on dropbox sign in screen.
Hello @dbox_ team, We have integrated the dropbox and google in our in our project. So in order to publish our app in google they are asking to use correct google sign in branding.
-
Error "DropboxException: Bad or expired token."
We use Dropbox foldersto sync our webinar data into our reporting dashboard/hub. Right now, trying to authenticate the folder location, we are getting this error: "DropboxException: Bad or expired token. This can happen if the user or Dropbox revoked or expired an access token." Our access token has not been changed, and I…
-
List_folder does not return team folders
Hi guys, Two days ago our automated tests started failing out of the blue. We were checking that "/files/list_folder" returns both shared and team folders, but since then team folders have not appeared in the response. Were there any recent changes related to that in DropBox API? We are…
-
video streaming - m3u access?
We stumbled across an m3u file that must be the HLS streams. From what I've read, there are currently no API's for this. I think if there were, the customer I am working with would be quite happy as it handles a bunch of questions/concerns they have over the current API's I'm using. The m3u file has a 720p, 480p, and 360p…
-
If the cursor is too long, list_folder_continue api always encounter 504 timeout
Hi, We've designed an app and found that if we create more than 5000 team folders under team root (eg. 1st level folder). The cursor returned by list folder api (eg. https://api.dropboxapi.com/2/files/list_folder) will be around 90000 bytes long. If we use this cursor to send list folder continue api…
-
How to use Dropbox as server side Laravel Filesystem continuously?
Hello, good evening, my name is Victor, I'm currently on behalf of a customer to solve a doubt. I need to make a Laravel application for him that uses Dropbox as its Filesystem for file storage. Currently I have implemented this project schema with the spatie/flysystem-dropbox dependency like this…
-
Download other user dropbox file without my dropbox token
To download other user dropbox file i use with open("rc.xlsx", "wb") as f: shared_link = "https://www.dropbox.com/s/xx/xx.xlsx?dl=0" metadata, res = dbx.sharing_get_shared_link_file(url=shared_link,link_password ='xxxx') f.write(res.content) Even so this is not my file i still need mydropbox token to download it. Is it…
-
Copying single files to Dropbox from Android, best approach?
Hi, I built an Android app for a client that controls a ground-based drone. The vehicle moves back and forth across an area and the app collects data from a sensor as it goes. When complete, the data is saved into a file. That file, along with a couple of others are zipped into a small zip file and uploaded somewhere. The…
-
Getting team folders (not ones shared by Users)
What's the best/optimal way of fetching team folders without including the folders shared by individual users? I have tried the below option, but it fetches all shared folders (folders inside team folder and the ones shared by individual users) - Call dbxTeamClient.team().namespacesList() - Use namespace type to filter…
-
Expired Access Token
Hi all, I'm currently working on Dropbox API to upload a backup file (.tar.gz) of 25GB - 27GB. Earlier the dropbox API was working fine with the long-lived access token. Below are the steps which I have followed to upload a backup file in chunks of 4194304 1. Generate Access and Refresh Token using dropbox oauth2/token…