-
Accessing Team Folders in Bluebeam App
I work for a company that has recently started a Dropbox Business account so we can connect it through Bluebeam on Ipads and access construction drawings on the site. However, I keep running into the problem where we can access the personal folder but none of the team folders. In the admin console I looked at app…
-
The design of Dropbox's AUTH CODE page.
I'm creating an Android app that accesses to Dropbox API. To access Dropbox, users have to get access token using OAuth 2.0. In this process, before getting the access token, users have to copy and paste the AUTH CODE that is displayed in the Dropbox's web site. I have a question about that Dropbox's web site. It is very…
-
Content not loaded when first time login from dropbox app
I have an app to load a content from dropbox andI just implement short-lived token. I can load correctly if in my phone not install dropbox app. But I have a problem when try to load content after login from dropbox app. There are no content loaded even though I've used all scope. I can load a content again, only if I…
-
Uncaught error using Embedder in React Portal
I'm attempting to use the Embedder in a React web app. The link to the embedded folder is generated dynamically so I'm using the Dropbox.embed function. I'm doing so in a React Portal using the following code: import { useEffect } from 'react'; import { createPortal } from 'react-dom'; export default function…
-
iOS SwiftyDropbox - login problem
Hello, I'm trying to integrate SwiftyDropbox (newest version 7.0.1 built as xcframework, running on iPad/iPhone with iOS 14.6) into my application ExplainEverything (current store version uses old version of Dropbox SDK - ObjectiveDropboxOfficial 3.7.0 and it works without any problems). I have problem with the authorizing…
-
Can't download file using files_download_to_file
This is really starting to be a pain. I can't seem to get the correct directory of my file. I'm trying to download a file from my DB using the files_download_to_file() function. I'm trying to run…
-
Shared link metadata object returns incorrect IsPassword in dropbox-sdk-dotnet
Got a file shared via view/edit link for anyone/team with password. In API explorer I call the 'get_shared_link_metadata' for the file and clearly see the raw response has all the properties correct including the 'link_permissions.require_password' one (true in my case). But retrieving the link metadata…
-
Filemaker Pro web viewer access to Dropbox via API and "insert from URL" command
I'm a trial lawyer rather than a programmer, so please forgive in advance my ignorance about programming; I don't know my Java from my Python from my cURL, but I generally figure out how to get things done. I have made an app using FileMaker Pro, and I would like it to work with DropBox. In particular, when a user…
-
API Call error
Good morning, I use Integromat to list all the documents on my Dropbox in a Google Sheet file. I use List_Folders but I always get errors. Here are the parameters I used in Integromat in attachment. Thank you for your help !
-
Refresh Token without access first time
My app uses long-lived tokens. I'm migrating the app to use the refresh token. I generate the url correctly and retrieve the refresh token that I use for subsequent connections. But to generate the refresh token, even if I pass my apikey, I am prompted to log in to dropbox. is it possible to avoid?
-
How to get a CSV/text file with list of Team-Folders, along with their members? Any workaround?
Hi there Any workaround, or add-on? I have Dropbox Business. How to get a CSV/text file with list of Team-Folders, along with their members? E.g.: ------------------- Folder1, john@domain.com;jack@domain.com; Folder2, mary@domain.com;jessica@domain.com; Folder3, tom@domain.com … and so on. -------------------- Thanks.
-
Issue in getting content of PDF/Doc etc
We are consuming dropbox api from our Delphi App. We are facing issue in getting PDF from dropbox(Upload,delete is working fine). Getting Blank PDF Except text file i am facing issue in getting file content(png,Doc,Pdf) please suggest what wrong is happening there.
-
Issue with temporary link, related to refresh tokens?
Hi all. I noticed this error when opening a temporary link that my app has recently created (under 1 hour), with the status code 410 (Gone). {"error": "Unauthorized"} However, I usually get "Not Found" error message when a temporary link has expired, but the newly created temporary link above shows the Unauthorized error…
-
You must be a team administrator to perform this operation.
Hi, I'm trying to create an app: Full Dropbox – Access to all files and folders in a user's Dropbox. When I set permissions files.content.read, files.permanent_delete I cannot generate the access token. Getting error: You must be a team administrator to perform this operation. When I do genereate tha access token first and…
-
Short lived Tokens for Swift SDK
Hi, I've seen a few posts on short-lived tokens but wanted to be totally clear upon how they work. On my app settings page, I have Access Token Expiration set to 'Short Lived'. When I click on the more info button I see a pop-up with the following: -"Short-lived access tokens will expire after 4 hours. A new short-lived…
-
Move empty folder via Python API
I am using Python SDK for Dropbox and trying to move one folder (empty if it is important) to another. Example: dbx = dropbox.Dropbox(config.DROPBOX_ACCESS_TOKEN) src="/some/long/path/to/the/folder" dst = "/on_review" dbx.dbx.files_move(src, dst) And always got this error: Traceback (most recent call last): File "<stdin>",…
-
Re: Shared media files with ?dl=1 parameter not working in mobile iOS Safari browsers
Hola buen día una pregunta necesito agregar un iframe que contiene un pdf, pero este vienen con la extensión de dropbox, en Android me lo mestra sin problemas, pero en el caso de IOS, no lo realiza, quiera saber si tengo que cambiarle algún parámetro para que pueda mostrarlo en IOS. Tengo entendido que para en el caso de…
-
Action required: tokens and permissions
Action required: tokens and permissions I've got a message from DropBox. --- As a reminder, on September 30th, 2021, the Dropbox OAuth flow will no longer return new long-lived access tokens. It will instead return short-lived access tokens, and optionally return refresh tokens. Existing tokens are not impacted. Apps that…
-
This app has reached its user limit.
Hello drop box friends, I am a newbie user of dropbox. I have set up jitsi for my online virtual conferences via moodle with dropbox business as storage. It was working perfectly fine till now. But suddenly when i try to sign in using my credentials i get the following error Error connecting app: This app has reached its…
-
Revoke credential
Hello, When using access token, there is the function DropboxClient.auth().tokenRevoke() to revoke the token (cases when one would want to do this is when the user decides to log out). Now with the new workflow, DbxCredentials are used instead of access tokens. Is there a function that does something similar? Since the…
-
Andriod App to Only use short tokens
Hello, All this is quite new to me but I've read many post regarding new workflow. Thus, sorry if what I am saying makes no sense. I've read that using startOAuth2PKCE uses the new flow. However, this uses refresh tokens as well. What happens if I just want to use short lived tokens and ask the user to re-authenticate when…
-
api dropbox_find_file
Greetings, I have experienced a rather perplexing situation. I'm using Pipedream workflow steps to initiate Dropbox api calls, and they have been working perfectly. I have a Dropbox directory where I place some text files that I use as parameter files. I have successfully processed and downloaded one file from the…
-
Dropbox API to connect with Web Application
I need API to connect my dropbox account with the web application. And also I have to fetch the files from folders dynamically. Please help on this.
-
Implementing refresh tokens for objective-c applications
Hello there. So, according to Your reminder: "on September 30th, 2021, the Dropbox OAuth flow will no longer return new long-lived access tokens. It will instead return short-lived access tokens, and optionally return refresh tokens." I have been started to update my existing iOS objective-c application. The first step is…
-
DbxCredential Android vs Java
I recently updated my Android app to use OAuth code flow with PKCE, with refresh tokens. I am now working to update my Java Desktop application to also use PKCE with refresh tokens, and while looking at the examples I noticed a difference, in the way the DbxCredential is handled. For android…
-
Support for DropBox Bussiness
Hi all. I need to add support for Dropbox Business in our existing integration. And I have to switch the existing Dropbox app from the access permissions model to utilizing scopes. I want to make sure that I don't have to create new app for that and I can use my existing app. Thanks in advance for your replies!
-
upload files using php on Dropbox are 0 bytes/ empty.
I am uploading files using API v2 in php and getting the same issue with some selected files or file type, can you help me? I upload image and csv file is working fine but with some image and .doc , .text are uploading with 0 byte. size => 0
-
Is it possible to modify the team folder's Overview (Team space) using the Dropbox API?
Hello, is posible to modify team folder Overview (Team space) using dropbox api?
-
Dropbox CLI Error: ng
Hi, I am uploading a 101 GiB file to my dropbox and got an Error: ng 99GiB/101GiB. I used the command ./dbxcli put [src]/myfile [dest]/myfile Is uploading a 100gb with the CLI not supported? I assume it is using sessions in the background.
-
Dropbox API Upload Errors using .NET SDK
Hello @Greg-DB, We already have a Dropbox solution on production system that fetches and restore files. Our solution uses Dropbox API SDK for .NET - https://github.com/dropbox/dropbox-sdk-dotnet We set up 2 new Windows 2019 servers for QA Testing with our solution. The download and upload APIs on these servers gives…