-
Python - sharing_share_folder() stopped working for creating top-level folder
Hi, I found that the sharing_share_folder() function stopped working for the Python package today. Every time I tried to share a folder, it would return an error as below. ApiError('9d657b716bcf471aa5bc5c43b18d0605', ShareFolderError('other', None)) Basically, I used this function to create a top-level folder in the team's…
-
Python Teams Download file
Hello, I'm using Dropbox teams to download a file from a team folder. The application was running fine but since the changes in the teams folders organization, it stopped working. I'm currently trying to download the file by using the following code: dbx_team = dropbox.DropboxTeam( oauth2_refresh_token=refresh_token,…
-
Api testing on postman To fetch sign-in events of all the users
can anyone help me fetch only Sign in events from the api
-
Using API and now it saves to assorted content folder?
Hi, I have been using the dropbox API to upload files. However why does it save to the Assorted Content folder now? I read about the file system migration, but I don't understand how to update back so it does not save the files to the Assorted Content folder. Any help? Thank you.
-
Error updating Preferred Name ( New First and Last name )
We got a requirement to update our Dropbox first and last name. Is it simply to to use info to update an existing user Dropbox first name and last name. Our wrote the code using json API but not as familiar with Python SDK. Any help is greatly appreciated I tried below but it doesnt update the data. user =…
-
What does exactly "/copy_reference/save" do?
Hello, I want to know if api endpoint "/copy_reference/save" creates a new file/folder from the reference passed to it...i mean if i delete the referenced file/folder does the copy get deleted too?
-
Python SDK that mimics json get_info
We got a requirement to update our Dropbox first and last name. Is it simply to to use info to update an existing user Dropbox first name and last name. Our wrote the code using json API but not as familiar with Python SDK. Any help is greatly appreciated.
-
Some APIs not working
https://api.dropboxapi.com/2/files/list_folder giving response "error_summary": "path/not_found/..", https://api.dropboxapi.com/2/team/members/list_v2 giving response "error_summary": "missing_scope/"even when correct scope is provided in app. https://api.dropboxapi.com/2/users/get_current_account giving…
-
Error 409 access denied in a Make scenario, even when all permissions are granted
I'm trying to run a Make scenario and run a module that gets the share link of a folder. I have all the supposed permissions, the third-party app is allowed, and I have an admin account so I granted every possible thing and it doesn't work. The Dropbox team is slow to answer. Has this happened to someone before? Is there…
-
team data.member permission implicitly checked team data.governance.write
I am configuring App client with Dropbox. In Permission tab, when i checked team data.member permission, it implicitly checked team data.governance.write. Is this bug ? I just want configure permission with ready-only access.
-
Dropbox Error: Invalid Access Token, Unable to get Temporary Upload and Download Links
Greetings, I have created a web app that allows users to upload and download their documents to Dropbox in the Apps/MY_APP_FOLDER directory. I have their refresh_token and can generate the access_token. While this access token allows access to user details, I am currently unable to generate a temporary upload and download…
-
How to define dropbox file paths in python for the API ???
I simply cannot get this script to provide the the correctly formatted file path to the dropbox API, I keep getting the error that the filepath doesn't exist. And I can't find a definitive answer on how the API needs to receive the path. Also, what is the difference in paths between a file in the personal user area, and a…
-
API "wrapped" property all of a sudden
Hi, I appreciate your service with all the great convenience especially API. This week I realized from my client's claims, that my App experiences errors from most of all accesses through Dropbox API. And I found that there is a major change in the output data: I see "wrapped" property under body object. I checked around…
-
Unable to fetch metadata of shared folder
Hi, after creating a shared folder via endpoint https://api.dropboxapi.com/2/files/create_folder_v2 a folder id in the form "id:xxxxxxxxxxxxxxx" is returned. When trying to fetch the metadata of this particular folder later on using the endpoint https://api.dropboxapi.com/2/sharing/get_folder_metadata and that very id, I…
-
How do I make the wget command work with a Dropbox file or folder?
Basically what it says in the title. I have some Google Colab (i.e., Python) code to analyze data (in a .csv file), but I need to access that data first. I would like to store data files in Dropbox because we have more storage to spare than in Google Drive. But the !wget command, which I would ordinarily use to get a file…
-
Error Occurred Unexpected character encountered while parsing value: <.
We are using the API to connect to customer accounts and retrieve files waiting in Dropbox to be uploaded to a CRM system. We are getting an error when we are trying to get a list of items in a give folder. The error is "Error Occurred Unexpected character encountered while parsing value: <." We have established this is…
-
Help with creating long-lived token
I'm quite new to using the API, but I was successful once and trying to follow the same steps with no luck. My issue is with trying to generate a long-lived token. I am creating my new app, and getting my "App Key" and "App Secret". I then generate an "Access Token". From there, I use this…
-
Get file content url from dropboxusercontent domain with javascript
Hello, I'm encountering a problem while trying to obtain the content URL of a file. Specifically, when I use a shared link to fetch a file, I receive a 302 response but i encounter CORS issues. This prevents me from following the redirect to obtain the file's content URL i guess. I don't face this issue when using curl or…
-
Large uploads via /get_temporary_upload_link are terminated with '413 Request Entity Too Large'
Hi! I am uploading files via the temporarily upload links generated via the /get_temporary_upload_link call. This all works fine, but the POST upload call to the generated upload link (e.g. https://dl.dropboxusercontent.com/apitul/1/bNi....) is terminated for files larger than a certain limit. > POST /apitul/1/bNi....…
-
API integration
I'm saving images into Dropbox using the API. What I'm looking for is a way to get the image preview URL, which is then used in HTML as the src value like: html <img src="{image url from dropbox}" /> The current URL that I have is always redirected to the Dropbox website and shows the image inside the Dropbox site. Are…
-
RE Shared folder API
Hello Team, Iam using drop box APIs where i can download folder and upload files. When it comes to shared folder could you please tell me which APIs i need to use for drop box. I need to download a file and upload file in share folder. Please help me on this and please provide step by step guidance. Note - assume there are…
-
Gerenciar Permissões | API
Boa noite, pessoal! Eu estou tentando fazer uma integração com uma Ferramenta de Automação (Make). E preciso conceder permissões de acesso para cada usuário que entrar na minha lista. Gostaria de saber se algum de vocês sabe dizer se é possível fazer isso via API. Com o Google Drive é possível, porém só aceita gmail. Isso…
-
Gerar TOKEN via API
Olá pessoal, Não estou entendendo como gero o token de acesso para realizar o upload com o meu sistema usando o HTTP eu utilizo o xHarbour para programar
-
DropBox Auth for backend
I am developing an app that requires to read metadata from dropbox files. This backend has no interraction with the user directly. I am having difficulties finding a way to get backend authenticated by itself without the requirement of the developer needing to give it a new session auth every 4 hours or so. Using refresh…
-
Dropbox Chooser responds with "Failed to Load Request"
When I try to choose a folder from the Chooser, an error notification appears saying "Failed to Load Request." This particular folder is from a team space and has permissions set on it so that only certain teammates can access it. When I select other items in the Chooser that are either in my personal space or have…
-
How can I save the file from dropbox chooser to s3 or as a blob?
Hi, I am currently working on a dropbox integration and I used the chooser method. After user selected the file they want. How can I save the file to a s3 bucket or as a blob. Can we fetch the link from returned file Response directly? Currently fetching that url returns nothing. And if its not possible do I need to try…
-
API
What is the meaning of "API" in the following sentence? API Support and Feedback
-
Cannot Redirect to UWP application with custom URI
Hi team, We initially implemented the WebView in the Xamarin application for all platforms; it initially worked well, but now that the support for WebView is deprecated, we are unable to use the Web view to authenticate Dropbox logins. Further analyzing this issue, we have come across a suggestion to use the built-in…
-
.NET SDK V 7.0.0 Documentation
Is there updated documentation for v 7.0.0 of the .NET SDK? When I upgrade from 6.37.0 to 7.0.0 the DropboxCertHelper class is unrecognized. Thanks
-
React Native: is it possible to invoke the installed Dropbox mobile app to authorize a user?
Hello 🙂 I'm working on a React Native app which supports backing up files to Dropbox. I'm using the react-native-app-auth library to authorize my app for access to DB and it all works fine and I get the token, but the authentication form opens up in the browser via http. I've tried using the Linking class from react-native…