-
Complex add shared links in account
Hello, please help me solve the problem. I have 500+ shared links from another user. I created my Dropbox account and created an application where I obtained KEY, SECRET, and TOKEN. The shared links look like this: https://www.dropbox.com/scl/fo/mp**********mwkrdxiko/h?rlkey=bu9j7zrcn**********p09lep&dl=0…
-
Download files from shared link using javascript
... await new Promise<void>((resolve, reject) => { const file = createWriteStream(filePath); https.get(createAudioLibraryCard.basicInfo.sharedLink, response => { response.pipe(file); file.on('finish', () => { file.close(); resolve(); }); }).on('error', err => { fs.unlink(filePath, () => reject(err)); // Delete the file…
-
Download shared file from shared link
Hello, I'm building a web app using Dropbox API, that app may be use to share some files to people that does not have a dropbox, so I created a share link via the API and then I want those people to be able to download it directly from the app. I need the file to be download in the app because the file has to be…
-
Uploading different size files.
I'm trying to upload files with different sizes, some are <150MB and some are >150MB ... that's why I upload files in 140MB chunks using the `/upload_session/start`, `append`, and `finish`... as specified in the `start` docs I can use `"close": true` if I want to close the session, and that's what I do to close the session…
-
Invalid grant trying to get refresh token
Hello, I want to catch changes that have been made in a spreadsheet in Dropbox by checking every 5 minutes. I am using python and I tried this code: url = f'https://www.dropbox.com/oauth2/authorize?client_id={APP_KEY}&' \f'response_type=code&token_access_type=offline' Here I copy the code displayed on the webpage. This is…
-
trying to correctly configure our company NAS (Asustor) to "sync" with our Corporate Dropbox account
what's the correct URL to use when setting up "sync" between your NAS (corporate) and Dropbox? (One-way sync-Dropbox to our NAS)
-
Xcode error: "Build failed because SwiftyDropbox.swiftmodule is not built for arm64" (SDK v.10)
Dear community, I'm creating an app for iOS in Xcode (v. 15.3) in which I want to integrate the SwiftyDropbox SDK (v.10.0.6). I've done this via "add packages". In the "Build settings" I have excluded "arm64": When trying to build and run this app in the simulator I get the following error message: "Build failed because…
-
Access Code not working when calling /oauth2/authorize with call back URL
I have made an API which calls /oauth2/authorize to get access code which is used to get access token and refresh token, since this will be used in an automated process, when I call /oauth2/authorize without callback url, the code I get it works by copying and using in /oauth2/token, but if I use it with callback URL it…
-
corrupted file will save on Dropbox`s Temporary link
Hi In our website, there is an option to uploads files to a Dropbox account. I have used Dropbox`s Temporary link for this purpose. I have implemented a solution which create the Temporary link using C# Dropbox SDK , and then upload file using jQuery ajax post formdata. The problem is that all video files (.mp4, .avi) get…
-
Get dbmid
I'm working on code that copies two files from our team admin. I was able to write all the copy reference code but now it wants me to have the member_Id but the only information I have is their email.
-
Upload fails when initiated from a C# webAPI (only)
I am able to upload files all day long using the following code, so I know it works. try { var uploaded = await dbx.Files.UploadAsync( folder + "/" + fileName, //.WriteMode.Overwrite.Instance, body: mem); sharedLinkArg = new Dropbox.Api.Sharing.CreateSharedLinkArg(folder + "/" + fileName); var link = await…
-
Python error issue with dbx_team.team_member_space_limits_excluded_users_add
I try to run below and get issue cause in Python I cannot seem to find expected type dropbox.team.UserSelectorArg or subtype. I tried adding its as a list directly but that does not work either. Please advise. user = dbx_team.UserSelectorArg # does not exist in Compiler…
-
For paper file API return "is_downloadable": true
We have create paper file on Dropbox Using list folder API , it return file meta-data for Paper , "is_downloadable": true And for some other file in same account "is_downloadable": false. What is the reason behind it ?
-
Cannot authorize desktop app, desktop/oauth2 always return 500
Hi. I've a weird issue with a single Dropbox installation: I'm unable to authorize the desktop app. I tried resetting cache several times, changing browser, whatever... I also tried different wifi, same result. The user profile doesn't have anything special, we have a limitation of 2 devices per user, but they have none…
-
Laravel unable to upload shared folders or shared accounts files
I have a feature where I can upload files from dropbox and this works fine for my local folders When I try to upload files from shared folder or shared accounts then that doesnot work. Can you please guide me do we have such support? Dropbox for Business accounts fails
-
How to perform a query search with Dropbox API 2?
Hey guys, I am creating a "login" system, which is not really a login system, but an environment for the students to access their files in their own respective folder and avoid manipulation of the same files from other students. I am trying to create a "failsafe" where is the student is not found within the dropbox…
-
How can i check 2FA all members using api
I wan to ensure checking to all members account 2FA enable using API . This purpose of security checking
-
Upload file into Drop Box From NetSuite Using SuiteScript.
Hi, I am trying to upload files from NetSuite into Drop Box using drop box upload API. I am able to upload text as well as CSV file but while uploading files like PDF,DOC,ZIP etc. I am able to upload it but data is missing or I am unable to open that file, Is there any kind of decoding needed for such files.
-
Using dropbox API from a scheduled Task: authenticating but NOT as a User
I need a job that moves 4 times a day files from a folder to dropbox and reading other files from another folder . Designin the architecture is not a problem. However I'm stuck with the API of dropbox. development done from mulesoft. Authentication types - Developers - Dropbox I see two main authentication types: 1) Oauth…
-
OAuth authorization cannot connect to a team scoped app when team admin has personal account linked
I have a team scoped app and it was working just fine. Starting from yesterday, authorization (token_access_type=offline&response_type=code) fails with: Error connecting app There was an error processing the request, please refresh the page and try again. Login account is team admin and has a personal account linked. I…
-
Using files_download_to_file method without Metadata.path_lower
Hello. I would like to download 900+ files in the shared link folder using python SDK. I use files_download_to_file method which required Metadata.path_lower from files_list_folder method. However, when I print a file's value from files_list_folder, the path_lower returns None value. I'm curious how could I download files…
-
add_file_member, message with hyperlink
Hi, I'm using the api to upload and share files/folders. When I use the add_member endpoints, I include in my message a share link. When I view the email, the link is broken. It's a minor detail, but I don't want people to have to copy and paste the url. Is there any way I can fix this. thank you
-
lock_file_batch prevents file from being edited in the web but the API still can
Hi everyone! Hope you're having a great day 😀 I'm testing the lock functionality using two accounts; one is the owner of a shared folder and another is the user of that folder; sees it and uploads things inside. So the thing I'd like to achieve is that after the user uploads a file to the folder that user can't delete it.…
-
Disabling comments for many files
I have an enormous number of files in my application directory which I intend to distribute by means of sharing. These files are valuable resources and will be used as references by those in possession of the links; however, I do not want these visitors to be able to edit the file, download the file, or deface the file…
-
Sporadic SSL error when using Dropbox Python API package
I am getting this error sporadically. Any help would be appreciated. Traceback (most recent call last): File "/layers/google.python.pip/pip/lib/python3.10/site-packages/flask/app.py", line 2529, in wsgi_app response = self.full_dispatch_request() File…
-
/2/files/get_metadata not returning all keys, e.g. sharing_info and parent_shared_folder_id
Hi, I need to use this endpoint to get the parent_shared_folder_id. The problem is that my json data does not return this info. I get a response that looks like this: {'.tag': 'file', 'name': 'testy2.png', 'path_lower': '/test/testy2.png', 'path_display': '/test/testy2.png', 'id': 'id:AYyyfCw5MFkAAAAAAABqCQ',…
-
Error:Locked templates can only be used via the API when using test_mode=1 Endpoint: signature_reque
Not able to use certain templates on salesforce. Locked templates can only be used via the API when using test_mode=1 Endpoint: signature_request/create_embedded_with_template
-
How to set clientIdentifier, using SwiftyDropbox
In the Java API, a clientIdentifier is set when creating a DbxRequestConfig object. I'm wondering, is there an equivalent in SwiftyDropbox? I was trying to search it myself, but it seem like the link (http://dropbox.github.io/SwiftyDropbox/api-docs/latest/ ) to the SwiftyDropbox api docs is broken. Thanks
-
weboohk notification request only sends API v1 user IDs
Hi, we have set up an application and a webhook endpoint that was enabled successfully, after authenticating a user against our application (using the OAuth2 login flow with an offline token) we test the webhook and it seems we do get a notification to our endpoint every time we upload to that user`s dropbox, however the…
-
HTTP 409 when using copy_reference/save
Hi team, when using copy_reference/get as admin user I get the copy_reference field of a file R and it works well. when trying to copy_reference/save R to a path P I get an error of: '{"error_summary": "not_found/", "error": {".tag": "not_found"}}' 409 Conflict the error summary is not elaborate enough for me as I don't…