Explore Dropbox Developer & API discussions with developers like you.
Hi We are facing an error with Dropbox upload API for more than 10 MB files, if the upload is less than 10 mb its getting uploaded. we are using . PHP version : PHP 5.6.40 PHP SDK version: 1.1.6 all of a sudden this has stopped working for the last 1 week. give below error message: Fatal error: Uncaught exception…
Hi, I've been experienceing some issues with the following api call today and was wondering if any one could help POST: POST https://api.dropboxapi.com/2/team/features/get_values HTTP/1.1 Authorization: Bearer omitted User-Agent: OfficialDropboxDotNetSDKv2/6.37.0.0 Content-Type: application/json; charset=utf-8 Host:…
How do you get an app listed in the Dropbox App Center? I cannot see any information explaining how to submit an app to the Dropbox App Center or what the requirements or conditions are. Any feedback would be welcomed. Thanks Richard
$('#userGuideModal').on('show.bs.modal', function (e) { // Show the preloader $('#preloader').show(); var scriptLoaded = false; // Check if Dropbox script is already loaded if (!document.getElementById('dropboxjs')) { var script = document.createElement('script'); script.type = 'text/javascript'; script.src =…
Hi! Every time users authenticate to my website via the OAuth Dropbox, they receive two confirmation pages: "Before connecting this app..." and "The web app would like to:" Is this how it should be or am I doing something wrong? Is it possible to make these warnings appear only the first time during registration? I used…
Question: "I'm working on integrating Dropbox into my web application using the Dropbox Drop-ins library. Currently, I'm able to load a folder from Dropbox using the Chooser, but I'm facing an issue. When a user selects a file from the folder, it opens in a new tab with the Dropbox website. However, I want the selected…
Hello, I'm seeking help with a recent problem that has arisen with an App (built on the Dropbox .NET SDK, running as a part of cloud-hosted Windows Service, and using a long-lived refresh token for OAuth access) that had been running successfully for a couple of years. Originally, the App looked for files in its top-level…
Hello, We are issuing and using refresh tokens in our service according to the reference documentation below : Solved: Oauth2 refresh token question - what happens when ... - Dropbox Community (dropboxforum.com) We understand that the refresh token should not expire, but it seems to expire after some time.…
We are using endpoint /team_log/get_events and with some queryes it returns empty response (randomly). For example 1. URL: https://api.dropboxapi.com/2/team_log/get_events body: { "limit": 1000, "time": { "start_time": "2024-01-01T19:48:51Z" }} Response { "events": [], "cursor": "AAB0zDiP0dP_Yxqh0JE4cmAp1bVGd3a....",…
Hey there all! I am quite new to all this. However I have working on a Webflow site that uses xano for the database and wized to run API calls and javascript functionality. I am on a Business Plus Account So I was very excited that I could use API calls such as 2/files/list_folder to get a list of content within a…
It looks like you're new here. Sign in or register to get started.