-
Method Create_shared_link_with_settings
Hello folks, 1) Is the method create_shared_link_with_settings up to date? When I compare the settings with the settings in the front-end, it is not the same. For example the user can disable downloads in the front-end, while via API the user can set up only the viewer/editor/max access. 2) What are the possible…
-
Deshabilitar opcion de descarga al compartir una carpeta con api de dropbox
Hola: Estoy haciendo pruebas con una cuenta de paga profesional, y al crear el sharedlink de una carpeta, siempre me muestra la opcion de descargar contenido. ¿se puede crear un sharedlink deshabilitando la opcion de descarga de todo su contenido y que solo sea para visualizar? Ahorita estoy creando el link de esta forma:…
-
View only no download for Audio File by api
I am working of Dropbox .NET API to access the files and create shareable links. I want to share some audio clip to other people, and I want that other people can just able to listen to the file, they must be not able to download those file. In Dropbox .NET API I am creating a sharable link but I am not getting an option…
-
Bad JSON: expected object value. exception while uplaoding a file using dropbox Java SDK
Hi all, I am trying to upload a file using dropbox Java SDK (version 3.1.5). I amgetting file from a ajax form and then trying to upload it but getting the below exception when calling uploadAndFinish() method. com.dropbox.core.BadResponseException: Bad JSON: expected object value. at [Source: ; line: 1, column: 1] at…
-
How to check that my App is compatible with the new features of Dropbox (token, security...)
Hello I'm trying to know how to check that my iOS/Android/Win10 will be compatible with the new features of Dropbox (token, security...) ? Best regards
-
Dropbox API .NET SDK: Modifying shared link password issues.
Hello everyone, Seems that there's an issue in the SDK with modifying shared link settings. I am using Dropbox.Api Nuget V6.13.0. with an Admin-accessed internal app. I am able to set up passwords on client folders, but I am unable to remove passwords on those folders through the API. To expand, the SetLinkPassword()…
-
authorizeFromControllerV2 error when authorizing
I am trying to switch from a long-life token to a short one. I am using SwiftyDropbox SDK version 7.0.1 I am following the instructions on the readme tutorial on GitHub: https://github.com/dropbox/SwiftyDropbox/tree/7.0.1 In the "Begin authorization flow" section, I change the function to: authorizeFromControllerV2 Now…
-
Get user's email with HTTP endpoints
Hello, I want to retrieve some account info like the email address of an user. Is there a way to do it using HTTP endpoints? If not, is there another way? Thanks.
-
Issue with a requesting public file
Hello, when I try to retrieve (by HttpClient netcoreapp2.2)public file I always get 400 Bad response And I found out that during retrieving server return 302 (Redirect status) with header Location that ends with '#' If I go by this uri I will get Bad response. but if I remove trailing symbol it will OK. And This behavior I…
-
GET request from FTP server throwing 400 error
We need to run GET requests from an FTP client to download the content and we’re getting a 400 error with an error message saying that something went wrong on Dropbox's side. Our method has previously worked, so it appears something has changed on Dropbox's side and we need an urgent answer. I'm trying to post the 400…
-
Error 400 when trying to access file using "WinHttp.WinHttpRequest.5.1"
Hello, i am doing simple download utility for my clients. I am using Autohotkey. The issue is that since 17.8.2021 the clients started to report that its not downloading from their dropbox anymore. Here is what i am calling and what i am getting. Please help. What was changed on dropbox that it stopped working. What should…
-
Query Dropbox API
Hello. I am trying to query Dropbox using python's from dropbox import DropboxTeam request_json_object API. I need to query the API path: files/list_folder My request look like request_json_object(dict( host='api', auth_type='team', route_style='rpc', request_binary=None, route_name='files/list_folder',…
-
/team_folder/list gives has_more false altough the Team has a shared Folder with full permissions
Hey folks, we just testing the Business Advanced Plan. Wenn calling the https://api.dropboxapi.com/2/team/team_folder/list I get the "has_more" key with value false as response. POSTing the cursor to /team_folder/list/continue gives me an empty array of key "team_folders". But the Team I'am in has definitely a Team Folder…
-
iOS Publishing: What things I should do before submit new version to my alive app.
Dear team, I have an alive iOS app on App Store. It support a few cloud drive service like google drive. And today I have integrated your SDK into my app. Now my app could list folders & files, filter files and download files in Dropbox. It is working well:-) If there is more steps I need to prepare before I submit a new…
-
short-lived access tokens
Hi, My company has an application that uses dropbox API, to upload files to drop box. We got an email that said that there is an update in the access token. I tried to understand if it will affect our application, and we should move to the new API, but I wasn't sure. We are using a long-life access token. I understand that…
-
Not able to list all connected apps
I am using dropbox business API to list down all connected apps linked to the team members accounts using below API. But not able to list them all, It returns only few apps . Connected Apps from Console https://www.dropbox.com/developers/documentation/http/teams#team-linked_apps-list_members_linked_apps Below is the liked…
-
List file members for files under Shared or Team folder
I want to list all shared files and their members in dropbox account and find below to do that. 1. List all namespaces with API "/2/team/namespaces/list" 2. Iterate namespaces and make API call "/2/files/list_folder" to list files and folders associiated to that namespace 3. Namespaces which are associated with user's…
-
No CSRF Token loaded from session store.
I'm trying to integrate a spring boot application with Dropbox, the application is working perfectly locally however I have this error "No CSRF Token loaded from session store." in production. I'm using SDK 4.0.0. Note: The application works a few times in production but the error continues most of the time
-
Export Logs to External SIEM solution
We've a business account and we would want to export/ingest dropbox logs to our SIEM solution (Elasticsearch) So, I would request any solution and any suggestions/options are appreciated
-
Re: STOP WEBHOOK NOTIFICATIONS
This is pretty ridiculous. To continue the uppercase theme: DROPBOX YOU ARE WASTING ALL KINDS OF BANDWIDTH AND RESOURCES B/C YOUR SERVERS INCESSANTLY PING ME WITH WEBHOOKS FOR DROPBOX ACCOUNTS THAT ARE NO LONGER IN MY SYSTEM
-
Update latency for files_list_folder cursor
I'm trialing the simple polling method outlined here, and AFAICS it's taking a few hours for changes in my DB folders / files to be reflected in the results of files_list_folder and files_list_folder_continue. Is this expected? I was hoping that updates would be visible in API results in the seconds-to-minutes range, do I…
-
New Dropbox API Updates
Hello @Greg-DB I received an email from Dropbox - Action Required: Important Dropbox API Updates. I have an existing Dropbox app that uses old way of scopes/permissions and long-lived access tokens. What changes do I need to do on the following 2 Dropbox API updates ?…
-
C# WinForm no work DropBox API
Cannot work whit api lib System.IO.FileNotFoundException: "Could not load file or assembly 'Dropbox.Api, Version=6.11.1.0, Culture=neutral, PublicKeyToken=310f0e82fbb45d01' or one of its dependencies. The system cannot find the file specified."
-
.NET SDK OAuthTest sample app error
Hi, I'm looking to migrate my Windows .NET service app (no user interaction) from a long lived token to a short-lived token. I am working through the OAuthTest app, and have entered my apps ApiKey and ApiSecret. I have also set the Redirect URI to http://127.0.0.1:52579/authorize When debugging the code, it runs as far as…
-
Does Paper still support export as Markdown?
I'm trying to use the Dropbox API to access Paper documents as markdown. I have a connected app and a user with the new version of Paper (paper_as_files: enabled). I've switched from docs/download to /files/export as per the migration guide, but it doesn't appear that endpoint offers any method to select the export format.…
-
download/upload and short term tokens
In large file (multiplart) uploads, will we have to deal with refresh tokens as well, or not?
-
Re: My uploaded files on Dropbox are 0 bytes/ empty.
I am uploading files using API v2 in php and getting the same issue with some selected files or file type, can you help me?
-
cannot upload using API (rclone)
Starting this afternoon I cannot upload files with rclone . Someone having problems with the api also?
-
Re: Dropbox API not returning all files
Hey Greg, I've tried to adapt this code in order to get a bunch of files that begin with the letters 'zas', but I found the script just ran for hours without any luck, so I stripped it back to see what was happening. I define my root and result: root_path = '/MarketingCreative/External/Bidalgo_Zynga_CSR2/' result =…
-
Display list of files on Website
For my usecase I want to display a list of files from my Dropbox on my website based on some logic (folder names etc.) Previously I thought using an non expiring api-key might be a starting point, but since it’s deprecated, I wonder how to approach this scenario? I want to handle the listing of folder content clientside…