-
How to get access token from Dropbox Sign (HelloSign)
Hi, I want to integrate the Dropbox sing in our application using API, 1.For that I want exact documentation , i am going to use rest api to get access token and send file for signers. 2.How to get access token in Dropbox sign (Hello sign), so how to generate oauth token using api key, i already sing up and generate API…
-
Error de lectura pdf cragado con dropbox api
Buenas tardes, espero se encuentren bien Tengo un problema de lectura de pdf después de subirlo mediante el api de dropbox, solo me sucede con formatos pdf, con formatos de imagen no tengo problema. este es mi código en php. $file = FCPATH.'pdf'.'/1.pdf'; $app = new DropboxApp($_ENV['API_KEY_DROPBOX'],…
-
dropbox filesListFolder with limit args do not work well
`dropbox.filesListFolder()` (js) with limit option does not work correctly. I think it was working until last week or so. The correct behavior is that if you have a folder with dozens of data and you put `limit: 100`, you should be able to get all the data. However, it now only returns a maximum of 12 cases. If I try to…
-
save_url download_failed info?
My app works fairly well sometimes, but it seems to randomly get back download_failed from the save_url endpoint. Is there any known restrictions / issues / timeouts / etc that could be discussed so I can design my app around this?
-
Saver 5 minute timeout
I know this question has been asked before, and there doesn't seem to be any progress made. I am curious to see if there is any progress so I will ask again. Will the Dropbox Saver button ever have a longer than 5 minute timeout when saving files to Dropbox? I run into this limitation very often and would like to see it…
-
How to get description or caption from the info (metadata) of an image using Python API.
I want to get the "description" or "caption" from the info (metadata) of an image using Python API. I use the "files_get_metadata" method but the result doesn't include all the info of the image (only size, name, path, etc).I would appreciate it if you could help me to get all the info on the image such as "description" or…
-
problem with Dropbox Saver
Hello, Days ago I could save some files without problem, but now when trying to save certain files, the progress stops from one moment to another. I have tried from other links and with other files, but the same thing happens. It mainly happens to me with files larger than 1GB, I don't know if there is now a size limit,…
-
About Dropbox API
Hii I have got an error when I Create a Workflow Instance with the help of API in PHP. which that given below 'Workflow is missing participants for roles: prospectEmp' Please lets me know how to fix this error. I will wait for your response. Thanks.
-
Oauth Dialogue Flow
Hi, We are developing a new collaboration app using the Full Dropbox API. Currently, the Oauth dialogue/flow includes two warning/authorization pages: Page 1. "Before you connect this app ..." The user must click a Continue button. Page 2. "AppName would like to: Edit, View/Manage, View ... etc." The user must click an…
-
Cannot Pull "Uploaded By" Property from Dropbox API
Hello Support, I'm having difficulty obtaining the "Uploaded by" property (as shown in the screenshot below) via the Dropbox api. Is there a particular function in the reference documentation I could use to pull that information? Thanks!
-
Dropbox API Using .NET SDK Files.ListFolderAsync Returns Empty
I am using the .NET SDK to interact with dropbox, and I cannot get it to return anything when using Files.ListFolderAsync. I am able to get it to work correctly when using my own personal dropbox, but when I connect to a client's dropbox it is empty. I have verified that they have folders and files in the folder, and that…
-
get_last_cursor() is constantly changes
Hello, In my application I've implemented this logic in order to reduce significatly the traffic, but get_last_cursor() doesn't seem to work properly. * I store the cursor from my last list_folder/continue recursive call to a specific path. * Webhook get triggered by Dropbox, so I call get_last_cursor() at the same path. *…
-
Creating cloud docs via the API
I'd like to use the Dropbox API to create and name a Google docs or spreadsheets file - nothing more. Is this possible with the current API? Looking at the Dropbox website, this is done through an extremely simple POST request to /cmd/create_cloud_doc, with a "to_path" specifying the location and the type of file.
-
absolute or relative path parameter
Hi! We're using the Dropbox-API-Arg request header, I would like to confirm if the sample path below is relative? \"path": "/sample_folder/sample_folder1/sample_file.csv"\
-
Drop box integromat integration
I am trying to make an api call from integromat url- https://content.dropboxapi.com/2/sharing/get_shared_link_file I am passing header Dropbox-API-Arg value- {"path": "/Prime_Numbers.txt", "url": "https://www.dropbox.com/s/2sn712vy1ovegw8/Prime_Numbers.txt?dl=0"} But I am getting error- The operation failed with an error.…
-
difference between the absolute path and relative
i am using an api calling to upload data to dropbox. Since dropbox update is coming. its says that ""If available, switch integration file paths from absolute to relative. By switching to relative, you won’t need to re-configure the paths after the upgrade. If you’re unable to switch to relative, you may need to manually…
-
Getting Access Token from dropbox.oauth.OAuth2FlowNoRedirectResult response
RESOLVED !! Hello, I was able to get a response by playing with the API with python, and the response is in this form: OAuth2FlowNoRedirectResult(sl.*******************************,******************, ***************, , 2023-01-10 19:36:33.082987, account_info.read account_info.write contacts.read contacts.write…
-
I want to get all workflow instance ids.
I want to get all workflow instance ids
-
Direct Media Link are expiring...
Hey Community. Quick context: I'm pulling a file from a Jot Form to Airtable to Dropbox via Zapier. The last part of my Zap is dropping a "direct media link" in airtable as a URL lnk field that can be accessed later without killing stoage limits... Anyways, everything was working perfectly, until I tried to access the…
-
Getting "too_many_write_operations" error during file move using BeginMoveV2 and EndMoveV2
Below code using for file move in dropbox, Getting "too_many_write_operations" while moving multiple files one by one, Also allowing multiple movement without completing without completing existing movement. Please suggest the synchronous way of file move without allowing multiple movement, It Should allow one by one file…
-
Random 'missing_scope' errors
Hi, I have been using the Dropbox iOS SDK for a number of years, and it's worked fine, and even transitioned to the v2 API a few years ago. Lately, some of my users seem to be getting this error repeatedly on their devices: DropboxAuthError[{ ErrorContent = "missing_scope/"; RequestId = f52a524dff6c4d6a915da56dc520bea5;…
-
Files uploaded with save_url endpoint not visible in dropbox when complete.
Currently when I post a file url to the 'https://api.dropboxapi.com/2/files/save_url' endpoint as described in the docs, and then check using the 'https://api.dropboxapi.com/2/files/save_url/check_job_status' when the second endpoint returns a status of: { ".tag": "complete", "name": "test (2).png", "path_lower": "/aia ats…
-
OAuth to get refresh token: 404 not found
I am trying to get the refresh token by using the request url https://api.dropboxapi.com/oauth2/token. It shows 404 not found with below outputs. I was wondering if any suggestions could be provided to fix this. <!DOCTYPE html> <html> <head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Dropbox…
-
e2e testing with the software using the dropbox API
We're using Dropbox API for a small integration software. So far, the software was doing good. We thought about testing the system and added e2e test cases for the software. When these tests run daily or more often on the CI, we now facing: Error: Error while deleting directory.Directory: 'test-folder'Status: '429'Message:…
-
Dropbox Embeder
able to embed pdf using anchor tags but getting error as Drobox is not defined when trying to embed using Drobox(option,element)
-
What is the order the response for the below endpoints
https://api.dropboxapi.com/2/team/linked_apps/list_members_linked_apps, https://api.dropboxapi.com/2/team/devices/list_members_devices https://api.dropboxapi.com/2/team/members/list_v2 Could you please let me know, response of the above endpoints are displayed in which order/ which field. is there any option to filter the…
-
Re: Getting error by calling https://api.dropboxapi.com/2/sharing/list_shared_links
The error says `POST https://api.dropboxapi.com/2/sharing/list_shared_links` resulted in a `429 Too Many Requests` response: {"error_summary": "too_many_requests/", "error": {"reason": {".tag": "too_many_requests"}}} i want to know how to fix that if you could find out because i want to use the PortraitPanel for a mod and…
-
NSURLErrorDomainCode=-1005 with authorizedClient in iOS-App
Dear community, I developed a cookbook-app for iOS to manage recipes. The app saves the recipe data in a json-file on a Dropbox folder, which can be defined by the user. If photos are linked to a recipe, these are saved separately in jpg-files on the Dropbox too. The recipe data are loaded when the app is started or when…
-
Login to Dropbox from browser extension on Chrome
I'm using this fragment of code for OAuth URL: self.m_dbxAuth.getAuthenticationUrl( self.m_fullReceiverPath, // [redirectUri] undefined, // [state] To help prevent cross site scripting attacks. 'code', // [authType] Auth type, defaults to 'token' or 'code' 'offline', // [tokenAccessType] null, 'legacy', 'online', 'offline'…
-
How to get long live token?
How to get long live token in simple method without coding? I don't have coding skills, please help me in a simple way without coding