Explore Dropbox Developer & API discussions with developers like you.
I am trying to display a specific PDF page on my webpage. When I set src to (below), it displays the whole pdf. src="https://www.dropbox.com/example.pdf?raw=1 When I add #page=3 (example below), it still display the whole pdf. src="https://www.dropbox.com/example.pdf?raw=1#page=3 Is it possible to navigate/display a…
Ideally I would like a setting page to contain the dropbox usr pw details so that once entered, the end user of the web app does not need to enter them. Is there a code solution for a single button which generates a pdf of the html page and then sends it to dropbox? Icing on the cake would be the ability to put the date…
I am trying to list shared links using the below code and it works. But I don't need ALL of the sharedLinks. This list is huge. How can I specify a path like this listSharedLinks(String path) ? I want to list shared links only for this path. List<SharedLinkMetadata> sharedLinkMetadataList = client .asMember(memberId)…
Hey, I'm developing a web app that should upload files to Dropbox in the final step. All application users use the same Dropbox account, so all the files go to the same Dropbox. I implemented it according to this documentation. When the time comes to upload files, I retrieve the Authorize Uri, send this Uri to the…
Hello. I am using the .Net Dropbox.Api (6.37.0) with the following code sample: using Dropbox.Api;using Dropbox.Api.Files;using System.Text;namespace Dropbox{ internal class Program { static void Main(string[] args) { DropboxClientConfig config = new DropboxClientConfig { MaxRetriesOnError = 0 }; DropboxClient…
I have created an app using the app console (Permission type: Scoped App - App Folder) and it created the folder Apps/appname. Now I want to delete the app and instead using a different app (Permission type: Scoped App). Is it safe to delete that app without losing my data? And can I rename afterwards the folder name…
hello. Is it possible to distinguish whether it is old or new with only the Revision ID? When a very complex task is performed in a short time, a lot of changes information using listfolder comes in at once, so I want to use RevisionID to distinguish whether it is previous or not. In the Revision ID obtained from…
Good evening, I write as we are experiencing problems with the searchFiles call to the endpoint https://api.dropboxapi.com/2/files/search_v2. I should mention that the API call is used by salesforce, so there is an integration that first generates the authentication token with Oauth2, and then makes the actual call, using…
I'm trying to download a large scientific dataset (specifically: [link removed]) which is too large to form a zip file from. Somewhere in the directory hierarchy that becomes possible for each subdirectory, but I really don't want to manually find those points, download the zips, and reconstruct the original hierarchy. It…
Hello I would like to use OAuth2 from Dropbox and use the Dropbox login for my Nextcloud (social login). For this I need the following information: - Authorize url - Token url - Profile url Can anyone help me out here? Thanks
It looks like you're new here. Sign in or register to get started.