-
Automatically Generate File Requests
Is it possible to have file request URL's automatically generated upon some event trigger elsewhere? My Woocommerce Wordpress website generates orders for my clients when they pay. Is it possible to automatically have a file request generated and pasted into every order that is generated? Would the platform matter? For…
-
DropBox API auth error - {".tag" = "expired_access_token"}
Language Swift iOS Version 14.4 We have app where we use dropbox api to allow our users to upload a document. This app used to working perfectly two years ago. Very recently we made some small changes and trying to publish now. DropBox API returns the following annoying error. API Auth error - {".tag" =…
-
Trying to upload files to a folder shared from another account
My case is this. Our company will generates files that we pass off to another company for processing (printing, specifically). These files are not really big, say less than 100M each, PDFs. Up to now this pass-off process has been "manual": we generate the files with a script, then upload them to a folder shared from the…
-
Permissin Type : Full Dropbox API C#
Buenas estoy implementado la API a un sistema web, donde no me permite obtener el link para compartir dicho archivo, estoy usando Sharing.CreateSharedLinkWithSettingsAsync() pasando como parámetro el folder pero al momento de obtener la URL no me permite, como muestro Al momento de ejecutar el siguiente proceso para…
-
What's the current api call limit for free plan?
So far this forum post is the closest to answering my question. The forum post said that "Free/Plus/Pro Dropbox accounts don't have any API limits at all" and "Dropbox has raised the "Data Transport Limit" from 25,000 calls per month to 1,000,000 per month". They're a bit contradictory so I'm asking it here again. So my…
-
Modification time filter
I am using /file/list_folder api to retrieve files and folder details. I noticed that all data are in acending order . Is there any way to get files/folders after perticular modification date or way to change sorting order to descending so that we can skip remaining files after perticular time while retrieving.
-
DBX JS SDK via Access Token not working for multiple users
Hello, I am trying to use the implementation discussed here so that anyone with the Access Token can upload files, etc. However, my team mates can not successfully upload files. Dropbox is being used as part of a Node backend and I want team mates, clients to be able to use just one access token so it's not too…
-
Can the API be used to force a sync while PC is asleep
I have a python script running on a Windows server that writes a file to a local folder in the middle of the night, but dropbox does not sync until the next time I manually log into the box. Is there a way to include an API call in my python script that will force an immediate sync as soon as my file is written without…
-
Frequency of saving credentials
I notice the Java SDK Android example only seems to save the "credential" (access token and refresh token) when it is initially created. Is there a recommended frequency for updating the credential in preferences or is that not necessary as long as the original refresh token is still valid?
-
Migration to new scopes necessary BEFORE migrating to PKCE and SLT
Hello! Just checking to see if it is necessary to first migrate a project to the new Scopes permission system before migrating to using PKCE and short-lived tokens. I notice that the Java SDK Android example requires the permissions migration but perhaps that's because it specifically uses the new scopes. Thanks!
-
How to add a user to an application in development?
I want to test the developed application on another account. I get the access token using the method "/oauth2/authorize?client_id=*****&response_type=code". As a result, I get a key that is different in length from the one that I generated in the app console, in addition, when I execute any request in the dropbox, I get a…
-
no longer able to upload video via api
The following code once successfully uploaded video, but now does not. No errors thrown on execution of the upload() function and I get 200 a response back from the server for each chunk read from the file. I wonder if there is something wrong with my account - I got a warning to renew and afterwards I started having…
-
Long Access token deprecation time
Hi Team, Recently I have come across the notification which says Dropbox will deprecate the non expiring access token. The time line in the notification was mid 2021. Now we know so far it hasn't been deprecated, can you tell me the exact/approximate timeline when dropbox is planning to deprecate it.
-
Why should I remove the entry and all its children for each DeletedMetadata when using list_folder?
Hello everyone, I am keeping a local cache of the contents of my dropbox account using files/list_folder and files/list_folder/continue. There is a guide in the documentation on the exact steps that I need to perform to achieve that, which is absolutely great. However, I cannot wrap my head around why for each…
-
Preparing my App for long-lived tokens deprecation
After reading this post I'm facing a similar scenario (also discussed here) regarding migrating my app to short-lived tokens. To my understanding, all existing long-lived tokens will still work, even after Sep. 30 but the option to create new ones will be disabled. Does that mean that all existing offline access apps will…
-
Thumbnails for >20MB photos
Hi Dropbox, The V2 docs clearly state that "Photos that are larger than 20MB in size won't be converted to a thumbnail". However in practice we seem to be getting valid thumbnails for files that are larger than 20MB. In addition, this seems like somewhat of an unusual size limit since frequently DSLRs will produce >20MB…
-
Re: Certificate Issue?
Hi, I got this since monday : "https://content.dropboxapi.com/2/files/upload": x509: certificate signed by unknown authority Any idea ?
-
Unable to download shared file with no password protection
Hi there, I would like to download a file on a shared link. The file(s) are not password protected. So when i'm using the browser I'm able to download the file without logging in. - I'm using these REST api: /sharing/get_shared_link_file - Using a registered app with the correct rights (all access at the moment) - other…
-
Get link to my images using filename not by dropbox-generated ID.
Hi i'm trying to make my personal dynamic web. Where i need to get access to my images stored in dropbox. But i need to get the link by its filename , not by ID generated by dropbox. I'm storing my filename in my database ( i use google sheet to store the list of filenames) : image_001.png image_002.png etc So the my…
-
Proper way to authorize python script?
hey guys, been exploring the dropbox API and I'm loving it! so I have an application running some python code that connects to my dropbox, downloads some files, then installs them in various places on my computer. sadly, I can't use the dropbox python library with this setup... so I'm at a loss on how to make an HTTP…
-
Confirming token refresh in SwiftyDropbox
As mentioned in another thread, I've been upgrading an app to use short-lived tokens... and it's going very smoothly now. So smoothly that I'm suspicious. How can I confirm that it's not actually still using the old long-lived tokens? We've changed the app setting on the Dropbox website to short-lived tokens (...at least,…
-
Short-lived token migration in Swift producing nil Client
I'm migrating an old Swift app to SwiftyDropbox 6.0.3 and short-lived tokens with refresh; our app needs offline access. But with the code changes, I'm getting odd behaviour -- the completion handler in DropboxClientsManager.handleRedirectURL is never being called, with either a success or an error. It just quietly fails…
-
Can't download a folder shared with me with API.
I'm trying to download files in a folder that was created by another user and shared with the group. As I don't own the folder I can't seem to use any of the API calls under /files/ This also seems to cause any path options I provide to fail unless it's a path to my folders/files. The only API call that even shows the…
-
We are unable to access Dropbox, forever 429 error
Hello, We have a Dropbox Business Advanced subscription and have an application to access the data. From 07/21/2021 00:04 UTC, we find that all of our API calls have responded (429) Too Many Requests error. Our program has the strategy to dispose this kind of error and it works well previously. However, it does not work…
-
Extracting variable from SearchMatchV2 Result
Hello, I am using the search function in the Dropbox API for Python, and I need to be able to extract the path_lower variable from the SearchV2Result. Hopefully someone can help me with this. My Code: dbx.files_search_v2('Test') Output: SearchV2Result(cursor=NOT_SET, has_more=False,…
-
LINE Messaging APIから取得した画像コンテンツをDropBoxにアップロードしたい。
LINE Messaging APIからの画像コンテンツの取得は成功していますが、 バイナリデータ(Bufferオブジェクト)で取得しています。 この画像データを、DropBoxへアップロードしたいのですが、 Node.js環境でのコードの書き方を教えて下さい。 よろしくお願い致します。
-
FileNotFoundError: [Errno 2] No such file or directory
Hi I'm trying to download a dropbox link to a .xlsx file using the following script but am getting the error "FileNotFoundError: [Errno 2] No such file or directory: '/downloadfolder/subfolder' ", that directory does exist i can see it and have also listed files in that directory using files_list_folder. I've searched…
-
Saving and restoring a short-term token
Hi -- still trying to un-mothball and update an old SwiftyDropbox-based app, and migrate it to short-life tokens. The standard auth process is basically working now, but I'm wondering if I can preserve more of its old behaviour. Previously, I saved the long-life token to a plist file, and if it was still valid on app…
-
dropbox integration with an external web app
Hi, I have been a dropbox user for years but new to dropbox api and developer forums. I want to provide dropbox integration to the users of my web app. I want to provide a feature that will allow users to paste a shareable link of a folder in my app and get a preview of the files. I think there would be some endpoint I can…
-
API endpoint to create symlinks
Currently, the Dropbox API will tell you if a remote file is a symlink and where it points to in the "symlink_info" field of the "FileMetadata". This is useful to know so we can either skip that file during download or create a corresponding local symlink. However, the reverse does not seem to be currently possible: How do…