-
searchV2 not finding target folder
I had been using the JavaScript interface in node.js to search for target folders based on the current date with format "mm-dd-yyyy". This had been working fine for a few months. However, I noticed that it missed this folder: /base folder/subfolder/11-16-2021 I was querying based on "11-16-2021". However, this did not show…
-
Error path/conflict/folder
Hi, I have an integration that is built inside the Workato Ipaas and I'm receiving an error that says "path/conflict/folder..". I know that if a folder with that name already exists, it will return this error, but inside the integration before going to that action to create a new folder, I have another one to check if a…
-
JS SDK get Link
Hi, I'm new to this API. Here is my requirement. I need to display the list of folders available in DropBox in my website page. I'm trying to use the JS API to retrive the folder. But what I'm unable to get is the shared link for each of those folders. I need to link those folders so that user can click and directly go to…
-
Search is returning more matches than expected
First of all, problem I'm trying to resolve is checking if folder exists anywhere on dropbox, without knowing it's exact path. Only endpoint I found that work without path or id is search. According to documentation: The search string is split on spaces into multiple tokens. For file name searching, the last token is used…
-
Access team folders - Old Business Team Configuration
I understand that with the new team spaces and namespace configurations, that we would have to use 'Dropbox-API-Path-Root' header and I've managed to get it working by setting the namespace to the root and using 'Dropbox-API-Select-Admin' to view all folders. What I'm having trouble with at the moment is that, when I use…
-
Using Google App Script Web App as Webhook URI Failed to Verify
My webhook URI failed to verify. Here is the whole error message: Error: Unacceptable status code 302 from server. Request: GET https://script.google.com/macros/s/AKfycbxzBVC_VK66FJycw5Xj8WXzLwvblzVfjuLDn2omWTCh9A-ho2DjRw0iiNxhMi7rHmmjmg/exec?challenge=wWcCJQ9ucOJSKkIoTgPrDfSlaV0lj8mfpvmnboSEjkE Response: HTTP/1.1 302…
-
Regarding public url for uploaded image.
Hello, We are using the laraval framework, where we upload the image on my Dropbox project folder, but when we want to fetch this image to show on display we get the array with the keys of "path_display", "path_lower", "name" etc see the response array below.…
-
Share a file only with added members?
Hello I am using DropBox SDK java v2. I am using the following method to create the share: public String createLinkDropBox(RecyclerItemCloud itemCloud, String email){ try { List<MemberSelector> newMembers = null; if (email != null){ newMembers = new ArrayList<>(); MemberSelector newMember = MemberSelector.email(email);…
-
domain does not match any Chooser/Saver domains. Register app domains on app settings
https://www.dropbox.com/chooser?origin=https%3A%2F%2Fqa-app.fastspring.com https://www.dropbox.com/chooser?origin=https%3A%2F%2Fqa4-app.fastspring.com Only Partial url but the rest of the url is exactly the same. The only difference is QA4 vs QA. Only QA is working and that hasn't been added to my Chooser/Saver domains. I…
-
Users are unable to load Dropbox choose SDK on the Safari browser
I am trying to load Dropbox choose SDK on my website. But running in to an issue on Mac Safari browser. <script async="" src="https://www.dropbox.com/static/api/2/dropins.js" id="dropboxjs" data-app-key="crbrplpove29sb2"></script> but script doesnt load on xconvert.com (if you goto the network tab and…
-
Dropbox CLI support is atrocious.
I am not a fan of the uploading tools available via API (evidently the only option for CLI users). I'm writing this after bashing my head against them for a while, so I'm having to work hard to restrain my frustration. The REAL TL;DR of this post is "Why isn't FTP or SCP supported for a FILE STORAGE solution?", but let's…
-
error
throughout the day I observe the same error, tell me, is it with the servers or is the error only with me? com.dropbox.core.InvalidAccessTokenException: at com.dropbox.core.DbxRequestUtil.unexpectedStatus(DbxRequestUtil.java:342) at com.dropbox.core.DbxRequestUtil.unexpectedStatus(DbxRequestUtil.java:324) at…
-
Cursor of a folder - which folder does it belong to?
Hi there, When I have stored a cursor from a previous https://api.dropboxapi.com/2/files/list_folder call, is there any way to get which folder this cursor belongs too? I can do a list_folder by id, but I don't see any way to get a listing based on a cursor. I can do list_folder/continue with the cursor, but if nothing…
-
DropBox auth token
Hi, I'm using an app which calls to Dropbox for an auth token. I can then sign in to DropBox but then nothing happens further than that. I can see the address in the top of the screen, but it never works. This is on an android 9 device with the latest Chrome and DropBox apps installed - these work fine. Is there any way to…
-
Python files_search - Inconsistent returns
Hi I have a folder with the following files: When I do the following search: It finds just the file with modification date of 2021-10-28. If I keep running the same query, eventually it returns: In this results we have both files. If I keep doing the same query, the results will keep changing. It is not related with recent…
-
Control selective sync programmatically
Hello, I'm looking for a way to control selective sync programmatically? There's a certain folder I want to sync, for example, in certain hours of the day. With a cron job, I could instruct selective sync to include/exclude a folder. Is this possible? Can you make it possible? :) Thanks!
-
Strange Behavior Unsharing Folders en Mass
hello, I'm trying to restructure folders I share with my customers ( roughly 5k+ folders ). My folder structure has a simple parent->child relationship, with the parent having a variable amount of children. Some of the child folders have been shared individually. I'm trying to unshare the child folders and only share the…
-
Cannot connect my mobile app to Dropbox API
Hello, I'm developing an Android app that want to connect to Dropbox to allow user to upload some documents. I use the Dropbox SDK (version 5.0.0) here : https://github.com/dropbox/dropbox-sdk-java Currently I'm stuck at the authorization process, when I call this function : Auth.startOAuth2Authentication(activity ,…
-
How can I select all file related permission when creating a new Dropbox app?
I'm totally new to Dropbox API and this is the first time I'm trying it. When I was creating a Dropbox app, how can I select all 4 file related permissions? I simply can't make it. See below image. Please give me some advice. Thanks.
-
User can not see shared files from 3rd party integration
Issuu integrated Dropbox online storage natively in the UI for document upload. So, an Issuu user can select to directly access their Dropbox files and upload directly into Issuu.com from Dropbox.com. However, only the user files are showing up, and any shared files are not showing up in the Issuu integration displaying…
-
Redirection after login with a google account do not work.
I have a problem with the login on DropBox in my app. (Login process with chrome mobile browser, App in Xamarin for Android) It works with google accounts I login one time before, therefore i think my code is generally ok. The problem: If i login the first time with a Google account with the Button “Sign in with Google” i…
-
Rest API returns "error_summary": "invalid_access_token/..."
Hi, Invoking the rest api https://api.dropboxapi.com/2/team/token/get_authenticated_admin returns { "error_summary": "invalid_access_token/...", "error": { ".tag": "invalid_access_token" } } response. The X-Dropbox-Request-Id is 389d4047b711487286d7682b45b666bd Can you please let me know what went wrong? Thanks
-
List files and folders api
"https://api.dropboxapi.com/2/files/list_folder" and "https://api.dropboxapi.com/2/files/list_folder/continue" endpoints lists all the contents inside the directory. But I want to list all the contents but first priority should be of subfolders. Which means if I have used pagination and requesting first 15 items then…
-
I cannot edit file
Hi, As part of my familiarization with the Dropbox APIs, I have successfully uploaded a file using the API onto a folder in my Dropbox account. This is the ONLY app folder I have set up in Dropbox (not shared). However, the file is not editable, so I can't change its content manually in Dropbox. I don't seem to find a way…
-
Pagination in dropbox
Hi, In dropbox, under an "image" folder we have 100 images and those images we are retrieving from the dropbox and showing in the app using dropbox API. The concern here is that it is taking a lot of time to display those images in the app because dropbox is providing all the images at once and I am unable to find any…
-
File transfer API
Hi, I started to become familiar with the Dropbox API (Python). I am looking for the API that will transfer a file from my Windows 10 machine to my Dropbox account. Looking at this sample code on the Dropbox website to backup a file: with open(LOCALFILE, 'rb') as f: # We use WriteMode=overwrite to make sure that the…
-
Re: Oauth2 refresh token question - what happens when the refresh token expires?
When I'm trying to fetch short-lived access token I'm getting this error Client error: `POST https://api.dropbox.com/oauth2/token` resulted in a 400 Bad Request response: {"error_description": "missing required field \"grant_type\"", "error": "unsupported_grant_type"}
-
The first command dropbox.Dropbox() in the online tutorial encounters 'Cannot find reference'
Hi, I am using Python and I started to learn about the Dropbox APIs by following the online tutorial at Python - Developers - Dropbox I have generated my token through the App Consol, however, the following line of code encounters an error: import dropbox MY_TOKEN= 'XYZ' dbx = dropbox.Dropbox(MY_TOKEN) The error: **Cannot…
-
Accessing Team Folders from User integration - and not Business Team integration
I'm trying to integrate with Dropbox Teams... The integration works fine... I can read/write to Team Folders. And write/read those team folders with Dropbox-API-Path-Root and a namespace of that team folder. But I just got another requirement. The new requirement is actually not to use Team Administrator credentials...…
-
Webhooks for File Request Uploads
Hi, I have created a system that uses Dropbox as part of the automation process. The missing part is being notified when a file is uploaded to a requested file folder. I can see anywhere to configure webhooks. Do I have to create an App for this? The data sent to the webhook would need to specify the file uploaded and the…