Get help with the Dropbox API from fellow developers and experts.
Hello, I hope you're all doing well. I've come across an issue while working with the Dropbox API, specifically related to content hash values, and I'd like to seek your insights on this matter. * List Folder and Thumbnail Batch Endpoints: When using the "List Folder" and "Thumbnail Batch" endpoints, I observed that the…
I have an expired token so to get a new one. I try with this code but i have the error Error 404 Server remote no found. I use https://api.dropbox.com and https://api.dropboxapi.com with the same result. Dim _command As String _command = "https://api.dropboxapi.com/oauth2/token " _command += " -d grant_type=refresh_token "…
Hi there, I am currently working on a Next.js project where I am fetching photos from a folder in Dropbox. The photo's render fine but the issue is that after 4 hours the access token expires. I know that these are short life tokens but I was wondering if I can get a token which has a longer life? Or if there is a call I…
My app is integrated with dropbox. However, I see some changes coming for business team dropbox: https://help.dropbox.com/plans/upcoming-business-team-changes?_camp=16203&_tk=banner_campaign_format#moreorg Within it, it says: * Switch integration file paths from absolute to relative, if available.* Browser URLs and…
Hi, Would someone be able to help with the following error 401 route_access_denied. I've encountered the above a couple of times now and would like some advice on best to handle it? We use refresh tokens to obtain new access tokens, which appears to be working fine (did encounter and issue with tokens previously - tokens…
I encountered several questions when using the js of chooser. I would like to ask for advice.Thanks~ 1. How do I mount the chooser into a specified container as an iframe? 2. How do I configure frame-ancestors 3.Can the login page also be in an iframe instead of a pop-up window when not logged in?
Hello, I need to upload files using API to a folder that is outside of my current user account (the user ID I’m logged in with). However, when using the API, the folder structure is being created within my user folder instead of uploading to the existing target folder. How can I upload files to these other folders? For…
i'm new in this type of access. I wrote this code but i have the error in objet to recover the list of files in dropbox. Dim token As String token = "sl.B6........." Dim _command As String _command = "https://api.dropboxapi.com/2/files/list_folder" Dim Request As HttpWebRequest Request = HttpWebRequest.Create(_command)…
I am converting, from Xamarin to MAUI, a working Android/iOS app that uses the .NET Dropbox API (specifically the Dropbox.Api V7.7.0 Nuget). Here is a segment of working Xamarin code: DropboxClientConfig dropboxClientConfig = new DropboxClientConfig () { HttpClient = new HttpClient ( new HttpClientHandler () ) };…
Hey guys, I have been having an issue which I don't really know why its happening. I tried 2 different methods firstly I tried embedding a video by changing the raw=1 and also by generating a temporary link using an API call which both methods work fine on desktop but when i play it on mobile every 5 seconds or so it stops…
It looks like you're new here. Sign in or register to get started.