-
email: [Final Reminder] Update your Dropbox SDK(s) to support root certificate changes
Hi, I have some Android apps live on Google Play that are using the Dropbox SDK and I received the following email from Dropbox : Hi, We're writing to you because according to our logs, you own one or more active Dropbox API apps using a version of an official Dropbox SDK with an outdated certificate trust store: *****…
-
Use dropbox a file storage for my own app
I want to simply use dropbox as the file storage system for my own app. Can I create a token that gives access to my account without needing to refresh it through the Oauth protocol regularly? Ideally I would just save the token in an .env file and use it constantly. Is this possible?
-
urgent - I am trying to get he last modify by
is there an option to et from the SDK that latest person who edit/ modify a file/ folder I am using .NET SDK version v6.37 need help on how to get this information
-
event_type file_edit doesn't appear in 2/team_log/get_events API
I have Business Plus Plan with this API available. I uploaded multiple docx files and edited some of them saw the event in dropbox.com/events area But, when I try to get same event with event_type file_edit using mentioned API, it doesn't appear in the response. Other events, like file_add event_type do appear. Regards,…
-
Microsoft Word for Web and "/get_events" endpoint
Hello, I just uploaded a word document to Dropbox and edited it using Microsoft Word for Web. Then I called the "/get_events" endpoint using the parameter "category = file_operations". No event was returned. Then I edited the same document using my local Word, saved it and the endpoint returned a "file_edit" event as…
-
Events of event_type file_edit don't appear in /team_log/get_events API response
I have Dropbox Advanced Plan with this API available. I uploaded a docx file and edited. But, when I try to get events of event_type file_edit using mentioned API, it doesn't appear in the response. Other events, like file_add event_type do appear.
-
May timeouts when calling get_current_account endpoint
We’ve noticed a recent surge in errors reported by some users of our app when calling the get_current_account endpoint. Specifically, the requests are timing out, which is unusual because we haven't had any issues and our code has not changed. This issue started occurring last week and seems to be affecting users mainly in…
-
Dropbox download via API unstable under Pyodide (xlwings lite)
I am using the Python dropbox module to download files in pyodide (actually xlwings lite). I see that quite often a file is not downloaded completely, without even raising an error. Is there a workaround or patch or ... ? Uploading files seems to work as expected.
-
Single API call creating duplicate file versions using Dropbox .Net Api
Hi Dropbox Support, I'm experiencing an issue with the Dropbox .NET API where a single file upload API call is creating two identical versions of the same file with the following problems: Problem details: * Using Dropbox .NET API for file uploads * One API request results in two file versions created 1ms apart * Different…
-
Transfer a copy
I need a help on automating Transfer a copy process. I really need that certain feature to be automated. Specifically in python. However, as far as I know it is not supported in the API at the moment. Is there any suggestions or walk-arounds?
-
Getting {"error": "invalid_grant", "error_description": "invalid code verifier"}
I'm using PKCE flow https://www.dropbox.com/developers/documentation/http/documentation#oauth2-token in my react native expo app for generating the token. I'm able to generate code & state value successfully after hitting this url https://www.dropbox.com/oauth2/authorize But when i trying to get the access token using…
-
Large files download fails after 1 hour
Hello, I am downloading files with the Dropbox API correctly using "https://content.dropboxapi.com/2/files/download" However, when the file download takes longer than 1 hour (exactly), the Dropbox server closes the connection and the download is broken. I tested it with several tools with the same result, also using…
-
Replay API
I assume API access is on the road map for Replay? Could this arrive any time soon?
-
Dropbox API Inquiry
I have to query the Dropbox Search API with a Team access token (i.e. scope team_data.member enabled). I learned that I have to include the 2 HTTP headers in the search API for my use case to work properly: Dropbox-API-Select-User: dbmid:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX Dropbox-API-Path-Root: {".tag": "namespace_id",…
-
This app is not valid when trying to authenticate with Oauth
I'm trying to connect Salesforce to Dropbox and I've created an app on Dropbox. I've set up the Auth provider and have a URI redirect setup, but no matter if I use the actual URI or localhost, I always get the "This app is not valid" error message. I went so far as to build the URL manually to connect :…
-
files/search_v2 400 error
I'm new to Dropbox API. I'm trying to use files/search_v2 API and got a 400 error with a bearer token created by My Apps in my developer console. I'm trying to access files in my Team's folders. I've tried the following: 1. When I use the access token generated by Dropbox API Explorer, that works. 2. When I use the same…
-
iOS File Provider: Never getting file updates
In my iOS app, I am using UIDocumentPickerViewController to pick a file from a Dropbox file provider. I am using startAccessingSecurityScopedResource on the url I receive and register an NSFilePresenter for this url to get change notifications. When I read the contents of the file, I am using file coordination. Reading the…
-
Invalid shared folder ID when trying to mount
Hi! I have a shared link from account A pointing to a folder that I'm trying to mount in account B using the dropbox node SDK. This is what I'm doing: * Get folder ID for shared link: client.sharingGetSharedLinkMetadata({url: sharedFolderUrl}) This gives me an ID (ns:{identifier}) 2. Mount shared folder:…
-
Retrieve folders recursively
I'm using 2/files/list_folder and 2/files/list_folder/continue. However, there are a couple hundred thousand files here which makes it nearly impossible to get a simple folder structure. Having to parse a huge JSON response looking for .tag="folder", especially over multiple cursors, is untenable. Is there a way to add a…
-
Problem with list_revisions and revision download of very old files
I have an old file that is over a year old. When I call list_revisions on this file, all the history is displayed. All revisions have is_downloadable set to true. However, when I actually download the revision, it returns an error saying not found. When I call restore, it returns an invalid_revision error. When I look at…
-
Can't retrieve file count or file listing
I have no problem getting a token. With that token I can submit /2/team/token/get_authenticated_admin and get the admin info. From there, I can submit /2/users/get_current_account, passing the team_member_id I got from the previous api call. One of the items passed back is: "root_info":…
-
Permission files.metadata.read seems ineffective
Hey, i have some trouble with the permissions. My goal is to see the content of a folder. The error is: { "error": { ".tag": "missing_scope", "required_scope": "files.metadata.read" }, "error_summary": "missing_scope/" } When I activate this scope and click submit, the error persists. Thank you!
-
LANGCHAIN DOC LOADER CANT ACCESS; SAYS MISSING SCOPE
I am using langchain_community.document_loaders.DropboxLoader the problem is with my api key. although in the permissions i have allowed files.metadata.read as well as write. but i get this error: AuthError('missing_scope', TokenScopeError(required_scope='files.metadata.read'))) anyone knows a thing about it?
-
Webhook does not trigger
Hello, I have some trouble with a webhook. I think, that I gave all necessary permissions and I have enabled the webhook URL. But when moving a file to dropbox, the webhook doesn't trigger. Here is a video: https://www.loom.com/share/60cce3bc323b46c789a39497f838fcda Thank you for your help
-
Property group already exists, why?
Hi there! The reason for the error is pretty clear, but checking shows that no such property has been assigned to the file if we search for this property. I uploaded a lot of files using this method, and for the first time I got stuck on one such file. https://api.dropboxapi.com/2/files/get_metadata…
-
Refresh Token Work For All Team Members
Dear Dropbox Support Team, I hope this message finds you well. We are currently working on integrating Dropbox functionality into our C# application using the official Dropbox SDK (DLL). Our objective is to retrieve a list of all users associated with our Dropbox account programmatically. We would appreciate your…
-
Retrieve List of Users via Dropbox C# DLL
Dear Dropbox Support Team, I hope this message finds you well. We are currently working on integrating Dropbox functionality into our C# application using the official Dropbox SDK (DLL). Our objective is to retrieve a list of all users associated with our Dropbox account programmatically. We would appreciate your…
-
Objective-C Dropbox SDK warnings with iOS 12 as deployment target
After updating the Xcode deployment target in my iOS app to iOS 12, several warnings appeared in the Dropbox code. Updating through Cocoapods did not seem to change anything. The source files are all still dated 11-3-2020. I looked in the GitHub repository and the problematic code is still there. Here is one of them. In…