Get help with the Dropbox API from fellow developers and experts.
Does the `/files/search_v2` support filtering by date (modifed or created)?
I have a Bearer Token that I got (I don't remember how) a few years ago, a Token that I would now like to change for security reasons. In the web interface, I can't find anywhere to generate a new Token (I don't have any app created and I have a token that currently works). Can I create a new Token and deactivate the old…
We have working version of our code using Python SDK but having trouble testing. What do I put for 20GB of data for custom_quota Just want to confirm do I put 20 or 20 * 1024 * 1024 * 1024 for custom_quota and can I user user email instead of member_id try: response = dbx.team_member_space_limits_set_custom_quota(…
When we apply for production status for our App, we receive this email? How should we deal with it? Please give us some reference practice documents, thank you.
Hi all, I'm connected to a DropboxClient as an admin. I need to copy files from a team folder that my account isn't a member of to my HomeNamespaceId. For this, I'm using DropboxClient.Files.CopyV2Async. - the fromPath argument is filled with "ns:1234/copypath". Seems to work. - the toPath is build this way : "ns:" +…
I had an existing dropbox API integration that had worked fine for a few years. We had not made any code change nor file / permission changes, and the integration abruptly started to return error of path "not_found" around June 20. However, I am able to see the file when I use the web-based interface. Any help would be…
the api does not work for me to delete data on the team account, please help, does not see the folder space, just empty import dropbox from datetime import datetime, timedelta import time # Замените 'YOUR_TEAM_ACCESS_TOKEN' на ваш реальный токен доступа к командному Dropbox ACCESS_TOKEN = '' team_dbx =…
Some users within our organization do not seem to have an Apps folder created for them within their user folder. Our dropbox application relies on this location as a common repository of files that are used as part of a content creation process, but the app will fail for all of the users who do not have this folder. As of…
I had a problem to download a file ( an Image ) and someone recommended to me to do asynchronously. I changed my code so : Async Function _take_file(ByVal _file As String) As Task .... Dim client As HttpClient = New HttpClient() Dim _Request As HttpRequestMessage = New HttpRequestMessage(HttpMethod.Post,…
Hello, I’m developing a .NET application to automate a few tasks in Dropbox. Specifically, I need to access team folders and their subfolders. For team folders, I’m using the `DropboxTeamClient.Team.TeamFolderListAsync()` API function. I’m able to retrieve the expected items. However, I can’t figure out how to read the…
It looks like you're new here. Sign in or register to get started.