Get help with the Dropbox API from fellow developers and experts.
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…
Hello, i'd like integrate my web application with dropbox. I use visual studio 2015 and asp.net . I'd like understand if i must install something or i can call API. If it is possible I'd like also see some examples. Thank you. Luca
I have a sample WinDev code below which login to Dropbox and obtain a Token and try to list the files/folder in the root. ie Path = "". when it gets to the line "HTTPresponse is httpResponse = HTTPSend(req)", the request comes back with Error in call to API function "files/list_folder": request body: unknown field 'Path',…
I'm trying to get a list of all members and the storage used by each using the business API. The members/list api doesn't seem to return the storage used by the member. How else can we get at this information?
Is it possible to use the access token to use the dropbox chooser page? Like this Dropbox.choose({ accessToken: "******",});
Hi all, I'm trying to integrate my software pipeline with dropbox. I've written this bash script that should be able to use the upload session based on the api doc and upload the files but I think I'm doing something wrong with the chunking logic. Here is my code https://github.com/thedefaultman/dropbox-large-file-uploader…
Hi everyone, new to this forum! I'm new to Dropbox development (so apologies for this basic query) and implementing webhooks into my app to download files when a state change occurs (new file added) using the list_folder endpoint. My code is as follows: I work with django and Python and even though I have added debugging,…
Hi, if I want to access my own account with an API do I need to create an App? I just want to read and write programatically to my own account, not publish an app or anything
I just stumbled across batchUploadFiles in CustomRoutes.swift - it seems to be undocumented, but is an extremely useful high-level function which simplifies an awful lot of complex code required to do a batch upload (I wish I found this 3 days ago!). As it's undocumented I was wondering if there's a reason for that (eg is…
It looks like you're new here. Sign in or register to get started.