-
Dropbox .net SDK, automatic refresh of access token not working
Hi there, I'm using the latest (6.22.0) version of the .net API. However it seems that the access token is not being automatically refreshed causing a bad request error to be thrown when I try to access any part of the SDK, for example Users.GetCurrentAccountAsync(). I checked the supplied OAuth2 data, I am storing the…
-
Account Settings API
Hi team, We are looking for an API which will give all account level settings. like SSO, Two factor settings, Password remember settings, Sharing settings etc. Basically settings available on below attached page Please let us know If any such API has been exposed.
-
Dropbox Web Hook URI Disabled Email Notification - Change Recipient of Notification email
Hello @Greg-DB My manager receives email on Disabling of Web Hook URI for my Dropbox for Business App from The Dropbox Platform Team <api-support@dropbox.com> with the Subject: Dropbox webhook URI disabled He wants to change the email address where this notification email is sent. How can we do this ? Thanks, Gagan Gagan
-
need help asap for my project which needs to go live --> DownloadError
Hey, I am getting this erorr , ( file is not restricted i uploaded my self i can download other files but not new file that i upload) Traceback (most recent call last): File "e:\Dev\PYTHON\dropbox\extra.py", line 550, in <module> metadata, res = client.files_download(path="/clientdownload/download.pdf") File…
-
Temporary links to videos or images have no cache header set
Hey, I noticed that temporary links don't have any cache header set. I suspect this is by design, but for use cases such as displaying media from Dropbox folder in a slideshow, it causes the browser to download large image and video files every time they are displayed. This causes un-necessary load for both my users and…
-
API Call using Integromat returns error
Hey there, I want to create an automated API Call to our company's Dropbox that creates a folder with only select user groups having access. To do that I am using the Dropbox "Make an API Call"-module in Integromat and "/share_folder". I have tested it both with a path that is an existing folder and with one that would…
-
Get List of Shared folders in Dropbox Team
Hello @Greg-DB I am trying to get list of Team and Shared Folders as shown in Content section of Admin console. I am able to get Team Folders using the Dot Net Official SDK: TeamFolderListResult result = await teamclient.Team.TeamFolderListAsync(tfargs); How do I obtain the list of Shared Folders, as shown in screenshot…
-
https://content.dropboxapi.com/2/files/download_zip API issue
Hi there! First of all thank you so much for the great API! It is easy to understand and use and it is very well documented. Now a bit of frustration. I'm trying to get folder contents using https://content.dropboxapi.com/2/files/download_zip endpoint. Authentication, getting access token all works smoothly until it comes…
-
Error 403 (disallowed_useragent) on sign in (with google) to dropbox to link with my android app
I make a request to Dropbox to link with my android app and select to sign in with google account. After autorization I get the next error: Error 403 (disallowed_useragent). You cant sign in from this screen because this app doesnt comply with Google`s embedded webview police. My request code is as shown in the…
-
Problem linking via Android Dropbox app - on some devices only
A problem with linking via the Dropbox app has started happening recently. This is on a production app (with ~100 user links per day) which has had no issues with linking up to this point. It seems to be limited to certain devices currently, though is consistently reproducible on the new Pixel 6 running Android 12. Have…
-
team_log/get_events sometimes missing the last event
I can't figure out the exact circumstances, but sometimes, when sending a team_log/get_events request, the latest event is missing in the answer. We are using Dropbox's webhook system to get notified whenever a new event is triggered. When we get notified, we use the team_log/get_events endpoint to retrieve the events. But…
-
Encoded URL in store
I am trying to use the shared link into the online store. But it never works. The file URL download link must be a encoded or absolute pathway. what should I set to make this link encoded?
-
.Net client issues when using refresh tokens
I am trying to use the .Net SDK, versions 6.2 and 6.14, with refresh tokens but am having issues. We create a DropboxClient with a DropboxClientConfig with the HttpClient configured with a short 7 second timeout and proxy configuration. This setup has worked well in all environments with long lived access tokens for years.…
-
Upload-session/finish-batch merges all the files appended in that upload session
After creating a new upload session ID using upload-session/start (Sequential), I used upload-session/append to add 2 more files (5120 bytes each) in it and finally called upload-session/finish-batch to complete the upload process. The issue seems to be in upload-session/finish-batch, which asks me to put the offset value…
-
Secure file downloads without a dropbox account
I'm currently building an app for users to get access to confidential data. I like users authorized through our portal to be able to download files from our business dropbox account without the need to create a dropbox account. Ideally they'd be granted some token through the portal that allows them to access a particular…
-
dropbox API call upload limits! confirming some things and feedback
EDIT2 (2021): I posted a follow up question as a reply here. Seeking clarification around the different API limits between different types of Dropbox account and the very confusing plans comparison page. EDIT: This is one of the top google results for "Dropbox API limit", so I'm updating this! Since my original post,…
-
Any plans to add the new Dropbox Comments into the Core API?
In an earlier question I asked shared folders were mentioned as a possible beta item and a signup link was posted for whenever that might happen. Is there anything similar for Dropbox Comments?
-
To detect file changes for team
I can detect file changes with /list_folder/longpoll and /list_folder/continue for a single user(not team) Can I use /list_folder/longpoll for teams file? I want to use longpoll not /team_log/get_events. I have no idea yet. If I add Authorization and Dropbox-API-Select-User http headers, I got a error below. "Error in call…
-
Re: Oauth2 refresh token question - what happens when the refresh token expires?
May I know what is the " auth_code" here. how can I get it? authorize_url = auth_flow.start() print("1. Go to: " + authorize_url) print("2. Click \"Allow\" (you might have to log in first).") print("3. Copy the authorization code.") auth_code = input("Enter the authorization code here: ").strip() try: oauth_result =…
-
Estimate Dropbox Transfer Speed for Upload and Download
Hello @Greg-DB I am trying to establish the transfer speeds I would get before I start bulk data upload and download to/from Dropbox and my system. Is there any built-in API to help me find the Download and Upload Speeds with Dropbox. If not, what would be the best way to estimate the speeds in C#. Thank-you, Gagan
-
SwiftyDropbox.LoadingViewController error : not key value coding-compliant for the key cancelButton
After authorizing DropBox from iOS code in Swift I get this error : *** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<SwiftyDropbox.LoadingViewController 0x10a91c250> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key cancelButton.' AppDelegate let…
-
Running into an odd problem when using UploadAsync
Hi, Same program as I've discussed before (.net running on UWP and Android) I'm having an issue when it runs on Android (works as expected on UWP. In fact I haven't even touched this particular code in months, but has only just stopped working on Android). In this case I've over-ridden the app settings with a hard-coded…
-
How do I limit the types of objects returned by team/namespaces/list
I have a CDM account and I'm trying to list the team shares with team/namespaces/list - I previously found some examples where you could pass a 'tag'- type object with the query and limit the types of objects that were returned, but I didn't book mark the pages and cant' find them again. I also don't see any references to…
-
If get_values/has_team_file_events is disabled, how to enable so u can use team_log/get_events?
I would like to get info about team events, but according to the API... Note that the file_operations category and & analogous paper events are not available on all Dropbox Business plans. Use features/get_values to check for this feature. features/get values returns that has_team_file_events is false. How do we enable…
-
https://api.dropbox.com/oauth2/token endpoint return "No auth function available for given request"
Hi, I'm wondering if I miss some params...
-
Can't play videos with iOS 15 via AVPlayer
I've integrated my iOS app with Dropbox a few years ago and it had been working well, until iOS 15 dropped. What i'm doing is requesting the "TEMP" link to the file and providing it to the AVPlayerItem. Before it would just work, but now it is failing with Error Domain=AVFoundationErrorDomain Code=-11828 \"Cannot Open\"…
-
Can getting an access token be simplified for the clients using my API app solution?
I have a client wanting to link DropBox to FileMaker Pro. I have created the APIs to read, write, delete and grab a shared link, which is all the client wants. But here's the thing: A client has looked at the process of establishing a connection to DropBox using my API authentication script and noticed the numerous…
-
Cast dropbox class to JSON
I am using the Python Dropbox package to pull team events: ``` dbx = dropbox.DropboxTeam(self.access_token) result = dbx.team_log_get_events() ``` I need to pass the value of `result` along as a JSON object. When I try using `json.dumps(result)`, I get this error: > TypeError: Object of type GetTeamEventsResult is not JSON…
-
iOS - Problems connecting from own app to Dropbox when Dropbox App is installed
Dear community, since a few days I have the following strange situation. I have developed an app for iOS which can store data on the Dropbox. The connection is set up as described in the manuals with the right settings in info.plist and the SceneDelegate (see below). Everything works fine as long as the Dropbox app is not…
-
Setting up my cctv dvr
Hi I am tring to get my dvr to save the configuration could it be because its not allowing me to input the generated token?