-
File upload or file edit doesn't appear in the monitoring activity log
AFAIU, when I upload file or edit file, it should appear in security - monitoring log. I uploaded multiple files and it still doesn't appear in monitoring. What do I do wrong? Thank you, Evgeniy
-
team_log get_events V2 categories
Hello, is it possible to send several fields in the 'category' parameter of team_log get_events V2 API? It doesn't seem according to the doc however this would be very useful. I've tried separating categories with commas or semicolumns with no success. Atm, to retrieve only files and sharing events, I retrieve all…
-
team_log/get_events V2 doesn't bring events of event_type file_add
I try to use https://api.dropboxapi.com/2/team_log/get_events API, to get events While I get events of other event_types I don't get events of event_type file_add. I see file added event on dropbox.com/events. Tried with/without time filter. "event_type": "file_add" Does it work for anyone? My plan is standart
-
Target team folders without namespace
Hi, We are currently utilizing the Dropbox API to lock files within our team folder structure. For example, to lock the file located at: /Soft launch/_2024-06-17_Dropbox-Tests/2024-06-17_Dropbox-Test Leerzeichen.indd (full path: /Users/noel/Library/CloudStorage/Dropbox-Linkgroup/Soft…
-
Can I use PHP instead of JavaScript?
While these two languages are sometimes compared and even thought of as competitors, they're actually complimentary languages and are typically used in conjunction to build fast and interactive web applications. In more precise terms, PHP typically handles the back-end while JavaScript handles the front-end
-
Not found error when creating shared link
Hi all, I have a backend hosted in pythonanywhere that has this code snippet. It basically uploads the file and creates a sharing link from that uploaded file. dbx = dropbox.Dropbox(dropboxToken)filename = "/dates/"+request.data['name']dbx.files_upload(request.data['picture'].read(), filename, mute=True)getLink =…
-
Continuous timeout errors for a few minutes when uploading files
I have timeouts which may be related to uploading files using upload sessions. For instance after uploading a 200MB file I get a read operation timeout when trying to list shared links to that file. I have had the same issue with a 11MB file, also uploaded with sessions. After that timeout, I attempt to upload again and…
-
Dropbox Dash
I want to integrate dropbox dash search api in my word addin. Is it possible because there is no any documentations over the internet.
-
Invalid access token - across multiple Dropbox Team Spaces
We have suddenly seen an influx of the above error occuring for our customers including our own integrations tests (with no changes in code) I've been looking at the following post, we use PKCE https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Invalid-access-token/m-p/372484/highlight/true#M20974 * the user can…
-
Webhook is disabled once in a few days
Hello, we have set up a webhook in our developer app and the webhook works fine and as expected, however it seems that once in a few days the app is disabled for unknown reason, we don`t see any exceptions in the logs or in the dropbox app console, we have also added a try catch phrase inside our webhook code so it always…
-
Dropbox.Api.RateLimitException when using CopyV2Async
I am experiencing Rate limit errors when using CopyV2Async I am uploading a folder with sub folders but there are only 24 files in 11 folders Is there a way to avoid these exceptions as I am forced to use a retry loop after catching the exception. It nearly always succeeds after the first exception. The code is one line:…
-
Return client modified and server modified time for Dropbox get folder API
Currently we don't get the client modified and server modified time for Dropbox folders like we do for Dropbox files when fetching them via API. It'd be great if we can include the above fields for Dropbox folders when we fetch them via API.
-
Revisited: Managed App Settings using MDM software - Keys for auto sign in - Email and Password
Came across this post while searching: https://www.dropboxforum.com/t5/API-support/iOS7-iOS8-Managed-App-Settings-using-MDM-software-Keys-for-auto/m-p/102231/highlight/true#M3058 Just wondering if it's possible yet to supply keys so we can send them out via MDM so that we can install dropbox app on iPads and supply…
-
files_list_folder Not giving me All the Files
why files_list_folder API not getting me all files from the dropbox folder sometimes files = dbx.files_list_folder(path, recursive=True).entries
-
Looking for help With API
Hi guys, i am looking for some help. I am also willing to pay someone to help me set up the authentication. I can access my dropbox but seems like the token expires. Looking for someone willing to set this up for me that it gets the refresh tokens. The Auth 2.0 is above me.
-
Unable to Download Files Using .NET SDK Since 7/11
Hello, I am developing an application using the Dropbox API and .NET SDK. I have been successfully downloading files using the SDK until 7/11, but since then, the download functionality has stopped working. I am seeking assistance to understand why this is happening. The exception I am encountering is a BadInputException.…
-
Refresh Token for Python Project
Hi all, I'm unfamiliar with APIs and this is my first project of this type so any help is appreciated. I've written a python code that uploads an image from a camera to my Dropbox app. The code works fine, but I'm struggling with the OAuth portion as I need a permanent access code since I will be away from the…
-
/files/download API fails
Hi, I'm using Dropbox API and found /files/download API fails since few days before. The API return following response body, <!DOCTYPE html> <html> <head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>Dropbox - 400</title>…
-
GET request to /files/download fails with "The network connection was lost"
Hi, Our app uses Dropbox's HTTP API to upload and download files. Since a few days ago, some of our app's requests are failing with "The network connection was lost". This issue was first reported on May 2nd. Our app uses React Native. The failing request downloads files from Dropbox using a GET request to…
-
API temporarily unavailable
-
How to correctly use the /files/list_folder/continue endpoint to retrieve the latest added files?
Hello So basically I am working on automation. However, I cannot figure out how to use the "cursor" correctly. My flow is simple. 1. A webhook is triggered by new files added to Dropbox. 2. Use POST /2/files/list_folder to list all files from a specific folder and obtain a cursor. 3. Use POST /2/files/list_folder/continue…
-
Dropbox .Net API UploadSessionStartAsync throwing httpclient timeout exception all of the sudden
Hello, Our app all of the sudden is getting the following exception when trying to call UploadSessionStartAsync like so: var result = await DropboxClientInstance.Files.UploadSessionStartAsync(body: memStream, uploadSessionStartArg:new UploadSessionStartArg()); Here is the exception: The request was canceled due to the…
-
Tagging Folder
I have manually added the tags to a folder. now I want to search the folders with the given tag. is there a way to get only folders not files? PS:- I am aware of 2/files/search_v2 API but I want to search folders from their tags not with the folder name
-
Access token is expiring every day? How can i fix it?
Hi im using an html simple Form where i ask users to upload their documentation. Everything seems the work fine but after 1 day i get an error. I generate anothe acces token and seems to work fine again, but then after 1 day it fails again. How can i get an access token that will not expired or stop working? // Subir…
-
Refresh Access Token
Hi I am integrating Salesforce To Dropbox for that i am creaitng a Auth provider and name credencial in salesfroce but getting error like The authentication provider didn't provide a refresh token. If the access token expires, your org won't be able to access this named credential. how i resolve this
-
team_info.read
How activate the business api team scope? I don't find any permission option for team scope .I only get individual scope option
-
Invalid "cursor" parameter: this cursor is for a different user.
I have run this API https://api.dropboxapi.com/2/files/list_folder and it gave me cursor value, to get more files. Then I used https://api.dropboxapi.com/2/files/list_folder/continue and and cursor value in body to get rest of files details however I get error: Error in call to API function "files/list_folder/continue":…
-
Transfer data between Dropbox and S3
Hi, I have a newbie question: * Is it possible to transfer data from S3 to Dropbox and vice versa, ideally programmatically in Python. It would be great, if possible, to achieve it without the need to download to a local machine and then sync/upload, as the files might be huge. * If it is doable, what is the best plan?…
-
Getting Duplicated Dropbox File ID from SDK(PHP Version)
Hello Forum! 👋 Nice to meet everyone in this awesome community. I’m developing a WordPress plugin that allows users to manage their Dropbox files directly from the WordPress dashboard. This plugin integrates the Dropbox SDK for PHP to provide seamless access to Dropbox’s file management features. Users can view, upload,…
-
Get the dropbox file link using php to a iframe in a view
Hello Guys, i would like to know how can i get the dropbox file link using php to a iframe in a view. Can you help me?