-
Azure APIM ETimedout error intermittently
I have two APIM(BFF and Enterprise). Both has azure functions as their backend. The azure functions are running on premium EP1 plan and has two instances running all the time. BFF APIM receives call from an ios application and routes its call to a nest js graphql server. The nest js server is running as azure function. The…
-
Dropbox api to create and write file
Hello sir, I want a dropbox api php sdk that create and write file directly to dropbox without localpath.
-
Dropbox + Shopify Zap
Hello, We wanted to create zap for Shopify + Dropbox Integration zap. We are into Wedding albums printing business for wedding albums printing we will need design files from our clients which size up to 500 MB - 1 GB. Shopify does not have any tool which can allow such size data after payment/thank you page We wanted to…
-
Changing scope permissions
If the scope permissions are later changed in the app, does a new access token apply those changes? Or is it necessary to revoke the old refresh token, obtain a new refresh token, and then get a new access token to ensure that the app permissions are enforced?
-
Oauth2 refresh token question - what happens when the refresh token expires?
I've been testing the Dropbox OAuth2 endpoints for a few days and I have read the documentation provided directly by Dropbox. However, it is not clear to me how I'm supposed to handle the acquisition of a new refresh token after the first one has been used. The documentation, diagrams, and code samples do not mention this…
-
Able to download non shared files using API
I need to build a simple tool for downloading shared files that can run as a cron job, so I'm learning the API and Java SDK. In my tinkering, I've encountered some behavior that I don't understand. I created an account using my work email, then created an app with that account and genreated a token. Then, in a different…
-
Error : POST https://content.dropboxapi.com/2/files/upload_session/append_v2 400 (Bad Request)
Getting error while appending blobs to session using 'https://content.dropboxapi.com/2/files/upload_session/append_v2' in Salesforce LWC JS: uploadFile(event){ var file = event.target.files[0]; console.log(file); var dropboxToken = 'AccessToken' console.log('FileName:'+file.name); const dbxURL_start =…
-
Unable to find SDK Zip file
Hi Team, I want to Integrate Salesforce with Dropbox via API for that I wanted to utilize Dropbox SDK but was unable to find its zip file and proper installation steps. Kindly help me with that.
-
how to get tags from dropboxsdk is there sample code for getting tags for a file
how to get tags from dropboxsdk is there sample code for getting tags for a file Give us some sample java dropbox sdk code
-
Uploading a file to own Dropbox account using API
Hi, I want to upload the files from my machine to my own Dropbox account. I have created an App in Dropbox and generated an access token but it expires in sometime. How can I generate an access token and upload a file without going through authorization flow? Thanks
-
Django, unable to locate static files when using Dropbox
I'm new to Django and I'm trying to understand the static and media files. I'm following to this practical example which uses AWS As I don't have AWS but Dropbox, I used django-storages but with Dropbox instead of AWS. It works fine while storing the files locally. However, when pointing to Dropbox, I'm able to upload them…
-
Download a file via API using PHP and cURL
Hi, I am trying to download a file from my dropbox app, I have tried the cURL code in postman it works with no issues: https://www.dropbox.com/developers/documentation/http/documentation#files-download I have created the cURL as php and am running it on my server, but it doesn't work, I keep getting the "cat" returned to…
-
Wix file upload to dropbox folder
Hi, total beginner here. I've set up a Wix.com form that accepts file uploads, and would like to set up some automation that would put these files into a Dropbox folder that I can share with colleagues? Wix has an automation system that works with Zapier or raw webhooks, but webhooks are currently over my head. Does anyone…
-
Short lived tokens - node-RED community help needed
The node-RED community, which numbers in excess of 30,000 members worldwide have enjoyed using Dropbox via a community contributed node for the past 5 years - https://github.com/Paul-Reed/node-red-web-nodes/tree/master/dropbox But now since introducing short lived tokens the app no longer works, breaking users flows, and…
-
IOS app no longer linking to Dropbox, crashes
A customer emailed me this morning to tell me my app crashed now when trying to link to Dropbox. I tried unlinking and re-linking myself, and it does crash. I assume this is probably due to the TLS thing I see messages plastered about at the top of the forum... I saw a warning about that a while ago, but since I had just…
-
API is only available for a short time
My software is running using dropbox API to update data to web. I have been using it since 2019 but until the last few days it is no longer updated continuously, only updating a few hours. How do I extend my API usage time?
-
webhooks notification
we have reviced the notification json format, but how can get actual file chnages.
-
How to upload file from external dll vb project
Hi sir, I use the Dropbox.Api dll in my own dll that i create. i use the dll in my other project to upload files in dropbox i pass token key. dropbox folder path, local file path. i use the function Files.UploadAsync(), i got exception like this "An error occurred while sending the request." and also have stack trace like…
-
The list_folder api is slow even if there is only 1500 folders
Hi, We've tested that when we created 6000 team folders (eg. under team space). The list_folder_continue api will always timeout due to long cursor. However, even if we delete the folders to 4000, 3500,......, 1500 it still almost always timeouts (eg. the 504 gateway timeout takes 90 seconds). Actually, when only 1000…
-
Attempt to relink Dropbox? keeps recurring
I updated my iOS app to use the latest Dropbox SDK over the weekend, and initially it seemed fine. But now I notice that whenever I go someplace new and reopen my app, it says my Dropbox account is no longer connected and I have to relink it. Any idea what would cause that to happen? The app thinks it is linked to an…
-
why do I get {"error": "Invalid OAuth2 token."}
I followed this article https://dropbox.tech/developers/generate-an-access-token-for-your-own-account but when I do this curl https://api.dropbox.com/1/account/info -H "Authorization:Bearer sl.BLDmzx7xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxsomethinginherexxxxx" I get this {"error": "Invalid OAuth2 token."}…
-
Question about the ToS
Hello, First of all, congratulations on building such an awesome cloud storage! Can I use your cloud storage API (of free tier) for my personal hobby programming project, as a file storage bucket for user uploads (as an alternative to e.g. AWS S3), or is it against your ToS?
-
Dropbox Python API and Google Cloud Composer
I am attempting to orchestrate downloads using the Dropbox Python API and Google Cloud's Cloud Composer. I am trying to download the files off my dropbox account, unzip them and them upload them to my Bigquery warehouse for analysis. Does anyone have a more efficient way of accomplishing this? I am currently stuck at…
-
OAuth2 Login in RPG Maker MV (RMMV) Game
Hey, I'm trying to integrate dropbox as cloud storage into an RPG Maker MV Game. I was already able to upload/download files using the "Generated access token" and now I'm trying to integrate the OAuth2 Login so every user has their savegames in their dropbox. But the login doesn't work. It just shouts the following error…
-
Child folder path
Hi, I need to get the child folder location when i change a file inside the child folder. eg: if i change the test.xml inside c:/TestFolder/TestFolder1/TestFolder2/Test.xml i need to get path as c:/TestFolder/TestFolder1/TestFolder2. but am getting c:/TestFolder now. Am doing this using the cursor am getting through the…
-
HEIC media_info metadata and thumbnail support?
Are there any plans to support HEIC photos and videos in the Dropbox API? I was surprised to find that it didn't work already TBH. Would like to see support for this on the thumbnail calls (which currently support jpg, jpeg, png, tiff, tif, gif, webp, ppm and bmp) as well as on any call that supports…
-
How to get groups and members from the drop box using drop box sdk in java.
How to get groups and members from the drop box using drop box sdk in java.
-
how to get groups and members from dropbox using dropbox sdk
how to get groups and members from dropbox using dropbox sdk in java
-
Access token expired
i am going to buy plan once i am done with testing dropbox api My concern is that. I am super admin, and i am uploading a file every day for my students. Student can access file with our mobile app I did all R&D and development but i am stuck one place only Getting this error "Client error: `POST…
-
Dynamically load iframe with embedder js
Hello, I am adding Dropbox iframes to my web app via the Embedder. To keep the site performant, I only render the anchor tags referencing embed urls when they are visible in the viewport, at which point I inject the dropin JS script. Instead of injecting another script when an additional iframe comes into view, I would…