-
Url scheme for a dropbox folder
I created a widget that will be placed into iBook Author. The widget can open my Dropbox app which is installed on my ipad, (dbapi-1://) but I am looking to open a specific folder or go to a specific file. Thanks in advance for any assistance you may be able to provide.
-
application/binary type returned for media files
Hi, I am using gettemporarylink API to obtain url to the file that can be later played. That url when requested itself, returns wrong Content-Type header for media files. For example audio file with m4a extension now has Content-Type response header set to “application/binary” instead of “audio/mp4” or “audio/mpeg”. Such…
-
Dropbox Paper API: document revision and access history?
Hi, It would appear that it is currently not possible to retrieve Paper doc revision history metadata via the API. Do you plan to expose this via the Paper API? Perhaps not too dissimilar to the /list_revisions API, which works for Dropbox files. My use cases are around capturing collaboration events as triggers. I'm sure…
-
Just curious
I finally have a version of my application (note, its not a web app, just a regular compiled app) that I've migrated from LL access tokens to SL access tokens. I don't have it working with refresh tokens yet, that'll be the next step. But I've noticed that sometimes when I get asked to request a new access token (because…
-
API Dropbos vs. Filemaker Offline Datenbak
Hallo Forumsteilnehmer, ich bin erstmalig hier ... und erhoffe mir eine Lösung. — Folgendermaßen ist meine Intention: Ich arbeite für einen privaten Auftrageber im Bildungsbereich (mit dessen sehr großer Anzahl an Datensätzen >5.000) auf der Website (Wordpress) bzw. – vorbereitend – in einer Offline-Datenbak (Claris…
-
Dropbox-Uploader API - Upload Error
Hello, I have created an APP for API uploads and have given the APP read/write permissions for files. I have run the dropbox configuration with my keys and tokens. The command I run from my linux box is: ./dropbox_uploader.sh upload sr-s31-4.txt TAC/sr-s31-4.txt The error I get is: Some error occurred. rerun the script…
-
PHP: Error in call to API function "files/upload": The given OAuth 2 access token is malformed.
How do I fix this? The code is: <?php$path = '(full path to file)'; $fp = fopen($path, 'rb'); $size = filesize($path); $cheaders = array('Authorization: Bearer <API>', 'Content-Type: application/octet-stream', 'Dropbox-API-Arg: {"path":"/test/'.$path.'", "mode":"add"}'); $ch =…
-
How to fix the short-lived access token issue?
I have a Desktop/Mobile Xamarin application that reads and writes to the Apps folder in a users Dropbox. It has been working fine for a long time but now that Dropbox has moved to short-lived access tokens my application is having issues. It used to be when the application got the Dropbox token that was it unless the user…
-
Auth redirect url
Why does the redirect url after the Authorization process look like "#access_token=IuAX.........". The # at the start prevents my server code from getting the url parameters. Using .request().queryString() in java
-
Video URLs return 403 error
Recently, video links which we get from Dropbox (iOS/Android) Chooser return either a 403 error, or they return 200 but never load. We are using link type: DbxChooser.ResultType.DIRECT_LINK / DBChooserLinkTypeDirect so the links are in this format: https://dl.dropboxusercontent.com/1/view/... Image links work correctly.…
-
Unable to see custom Properties after setting them
Hi I need to some to figure this out, I cant seem to see the properties that i 've set on a document I uploaded (I've got the following DONE - Basic Account setup, Scoped App setup, refresh tokens saved, custom template created, got the id) Using both of the following methods - API Explorer and Python SDK - I've run…
-
Re: Dropbox stopped returning Content length in the response headers.
Hello, again there is not content length provided, and plus the links are now rendering html with iframe containing download link... Please make sure that also people who need to access files programatically can be served consistently. Thank you.
-
list_folder_continue -> 504 errors
Hello, I'm using `list_folder_continue` of the Python SDK to recursively traverse (via pagination) a folder with a very large number of files (hundreds of thousands). After a while, I'm running into internal server errors. Here's the log: 2018-09-24 20:09:12,831 - dropbox - INFO - Request to files/list_folder/continue…
-
Search Folder or File with SearchV2Async
Hi, I am trying to search for a specific folder in Dropbox using `Files.SearchV2Async` function in Dropbox sdk. The search option is set to look for only the active files/folders, but with this option set `Files.SearchV2Async` returns even the deleted folder (the result for the deleted folder has IsDeleted flag as false,…
-
Multiple users interacting with one Dropbox account via the API
Hi! I'm building a JS web app that requires end-users that are logged into the app, to interact with one Dropbox account via the API. The interaction is based on new files being created when a when a form is submitted, triggering an API call and using information from the form. However I'm unsure how to go about the auth…
-
Dropbox API: How to check if user can create shared link without calling create_shared_link_with_set
I build an app and I am would like to proactively inform the user they could not create shared link on a file/folder without them clicking the button and handling the error. My question is, what API should I check to achieve that?
-
How can I read files from Dropbox to display on my React webpage?
Hello, I was able to connect to Dropbox and make a call dropbox.files_list_folder(path="") to fetch information about files I have uploaded to my storage. However, I just can't find a way to display the image to my webpage... I tried using 'path_display' field to try to get it done but it doesn't seem like this will let me…
-
Paid Support for Long Live Access Token
Hi everyone, we want a long live access token for our new application. Please provide support or help for the same. thanks in advance.
-
API for Direct Sharing Setting under Security
I have developed an application to assign and remove folder/file permissions to external users through API for my organization. It only works when we set "Direct Sharing" to "On (Anyone)", however we are looking to update it to "Team + Approved" and for this we need to add external users under Approved list. It will be…
-
Dropbox AP: How to check a private folder when list_folder
How can I check if a folder is private folder when calling list_folder endpoint? Can it be done in the Dropbox .NET SDK?
-
Catching path/conflict/folder in CreateFolderV2Async
Not sure if y'all are on StackOverflow (I THINK so?) but I'm having issues with path/conflict/folder exceptions from CreateFolderV2Async, that being that my code successfully catches said exception, but then it still manages to show up in my global unhandled exception handler, which it shouldn't be. Not sure if the issue…
-
Problem with download a folder as a zip with API
I try to use this API a lot of time, but it always download a document file which I even could not open. It will be better more if you teach me how to implement this API by using Java JDK. The upload api is the same case with download, when I upload any file, it will upload a document file which I could not open. Thank you…
-
SwiftyDropbox SDK + Sign In With Apple?
My app uses the Dropbox API to allow users to backup their data to their own Dropbox account. I have a button called "Sign in to Dropbox", which launches the auth flow. Once connected, the user's data is automatically saved to Dropbox. Works great on Android. Unfortunately, Apple are being very Appley and have rejected my…
-
dropbox.exceptions.AuthError: expired access token
When I run an app I developed, I get an error. dropbox.exceptions.AuthError: AuthError('89ade68e26bd49d592d01bfbfae5659b', AuthError('expired_access_token', None)) What could be wrong with my OAuth code? def oauth_flow(): return DropboxOAuth2Flow( APP_KEY, 'https://dropbox-notifications.herokuapp.com/oauth-callback',…
-
Preview the file data of files inside a zip file.
Hi Im currently listing the contents of a folder using the /files/list_folder end point. I need to be able to list the contents of a zip folder. What might be the best endpoint for this?
-
Dropbox authorization - refersh token
Does refresh token is long-lived?
-
golang file upload
Hi, I was able to upload a file using golang using this: var ( body = &bytes.Buffer{} writer = multipart.NewWriter(body) ) b := dropboxAPI{ Path: "/" + name, Mode: "add", Autorename: true, Mute: false, } header, err := json.Marshal(b) if err != nil { return nil, errors.New(fmt.Errorf("json marshal, err: %#v", err).Error())…
-
Non expiring token kept on changing
So i tried following this article about obtaining my perm app token. I did the exact steps. but it always gives me a different Token when i try to access the link https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Tokens-only-valid-for-4-hours-from-app-console/td-p/425269 am I doing something wrong here? it feels…
-
JavaScript GitHub Action to Upload Build Artifact to Dropbox
Hi... first confessions - while I understand OAuth flow at a high-level, I'm not super familiar with the details. I've poked around quite a bit here and on Stack Overflow and cannot find the answer to what seems to me to be a pretty simple request. I have a Wiki on GitHub. As part of a commit Action, I want to bundle some…
-
missing_scope on CreateSharedLinkWithSettingsAsync C#