-
get shared Link of Uploaded Folder
Hi, I can upload my files with: public void uploadFileToDropbox(File inputFile, String path, String fileName) throws Exception{ InputStream inputStream = new FileInputStream(inputFile); try { FileMetadata uploadedFile = client.files().uploadBuilder("/"+path+"/"+fileName).uploadAndFinish(inputStream);…
-
Intermittent api.dropboxapi.com port 443: Connection timed out
Hello, We have several different sites that use your API to trasmit and recieve files via your API. We changed to API version 2 a while ago but this evening we are seeing intermittent connection issues from AWS to api.dropboxapi.com. Error details: Failed to connect to api.dropboxapi.com port 443: Connection timed out Are…
-
API v1 is now retired
As previously announced, as of 9/28/17 API v1 has been retired. You can find more information in the blog post here: https://blogs.dropbox.com/developers/2016/06/api-v1-deprecated/
-
Failed to open/load the window. Dropbox.choose and Dropbox.save should only be called from within a
Hi, I've posted this question on SO, any help will be appreciated. I have 2 days left to finish this before you guys shut down V1. https://stackoverflow.com/questions/46433974/failed-to-open-load-the-window-dropbox-choose-and-dropbox-save-should-only-be-c
-
Objective-C V2: downloadData and downloadUrl not working
I've got upload and listFolder working fine but just can't seem to get download to work. If I use downloadData, it succeeds but the fileContents NSData is 'nil'! Code: [[[[self client].filesRoutes downloadData:@/hello.txt] setResponseBlock:^(DBFILESFileMetadata *result, DBFILESDownloadError *routeError, DBRequestError…
-
How to get out of OAuth2 invalid key not forwarding to a redirect-uri?
(also posted on Stackoverflow) I'm using oauth2 client-side to authenticate users on my application and am stuck on handling errors, case in point being an invalid key. I'm opening a popup which upon successful auth redirects to my parent-url (loading the parent page in the popup) and passing back the oauth token to the…
-
Upload file into folder name with space
Hi, I am not sure that this question is asked before, but I haven't found the answer yet. I got problem when I upload a file into a folder which has space in it's name. When I try to upload the file, it will create a folder or it return a error "Conflict". I also try on API Explorer but I still got same error. (ex. path:…
-
query related to shared_folder_id
Our app saves all its data in dropbox folder by syncing and all folders are shareable hence containing share_folder_id. Now due to some reason root of all those shareable folders had to be changed, now using share_folder_id of those old folders is giving malformed_path error. So my question is do I have to reshare every…
-
invalid_oauth1_token_info
A couple questions, I'm updating an app to use the new API. Logging in as the user into the dropbox website and it doesn't look like there are any apps registered to this account. My App Key is 1cqi2t0vya3poem. I am able to call https://api.dropboxapi.com/1/oauth/request_token and I get a valid response. I take that info…
-
Uploading chunks of file data to a file in dropbox
Hello, My scenario: In the application I am working I have to upload chunk of file data and append to a file in dropbox. In the application I will not know the source file name. All I get, through a method call is a ByteBuffer and name of the file on DropBox. I need to upload this chunk of data. The method could be called…
-
IE does not show dropbox thumbnail
Hi I try to use end point get_thumbnail with correct parameters as url for image. All works properly in Firefox and Chrome. But IE 11 and 10 does not show uimage. Although in IE debug window it is shown that iage was loaded and even image itsel can be viewed. To reproduce problem click https://jsfiddle.net/bzadb3m7/ in IE…
-
Are Webhooks Not Functional? We verified, but not receiving notification on changes.
We've created an endpoint that has code in place to verify the webhook. That part seems to work well as we received the challenge and echoed it back. The app shows as Enabled and verification was successfufl. However, after that, if I go into my dropbox folder, either online or in the sync'd desktop folders, I don't…
-
Dropbox API Endpoints v1
Currently I have been tasked to convert an Android app from V1 dropbox API to V2 dropbox API. Is the September deadline final or is there going to be an extension of a month.
-
Dropbox oauth2/authorize 400 error
Please refer to this and provide help at either place. https://stackoverflow.com/questions/46395095/dropbox-oauth2-authorize-400-error
-
Dropbox Difference in Response
I have a service which sync all files and folder from dropbox after each 5 minutes using Dropbov API V2. Service is deployed on two environments Staging and Live. The problem is I have 1 folder which has 448 files/folder on my dropbox account. On live it took 4 minutes to fetch all files in 1 dropbox api request whereas on…
-
How to get file links to old versions using python
Do old file versions have links as metadata? I can get link to the most recent version but want links to old versions as well. I did not see it inclued in the returned json value but wonder if I can get it using python.
-
API v2 fileID support versus path
Hi, I've recently rewritten our Dropbox consumer to implement the v2 API, instead of v1, following the migration guide's indications. I was content to see that Dropbox now has a notion of file IDs (as opposed to paths only), as I found it troublesome in the past to work with file paths in file-sharing scenarios. Our app…
-
Sending ID instead of path in upload API?
Is it possible to send id of the folder to upload files? Tnx!
-
Uploading to folder id
Is it possible to use the API to upload to a specific folder ID? In the documentation, you can only upload to a path.
-
API V2 unable to list folder using file id
I would like to be able to list the contents of a folder using the file id instead of the path. Is this in the works? Thanks!
-
File listing with ID
Hi all, I have requirement to do file listing and bookmark the file / folder from our application. We are planning to store the ID of the file / folder. On clicking of the folder that we have bookmarked, we will do file listing. I know that currently Dropbox API doesn't support file listing with ID. May I know when it will…
-
Generating a Download Link
A few years ago I used the HTTP API to generate email links to folders. It suddenly stopped working and I discovered that there is a new API and the old one has been deprecated. I had not heard about the change until now. At any rate simple request I have been using looks like:…
-
restore a deleted app?
Hello can i restore a deleted dropbox app.. if not, can i use the same token of me deleted app to access a newly created app?
-
Android, uploadBuilder, IllegalArgumentException: Value is null
I have an App named "Android Outliner" with DropBox Api2 integration. One of my customers has an issue while trying to upload a file. fileMetadata = dbxClientV2 .files() .uploadBuilder("/" + dropboxDir + "/" + file.getName()) .withAutorename(false) .withMode(WriteMode.OVERWRITE) .withMute(false)…
-
Empty uid in second leg of oauth for "Team member file access" app
When a member authenticates for a business app of type "Team member file access", then in the second leg of oauth the uid is empty: Example: { "access_token": "8H9QotNcSyAAAAAAAABUbI0E-amnsmasnjsd...", "token_type": "bearer", "team_id": "dbtid:AACyGZWrUW...yzXtNuwYtLsVjoE", "uid": "" } Any idea why cant this be the uid of…
-
The Dropbox user ID of the authorized user returned by /oauth2/authorize is invalid
According to API documentation, the /oauth2/authorize request must redirect to redirect_uri and send uid of the authorized user as one of parameters. I see uid parameter in redirect but the value of uid parameter is not a user-id of my user also it's not a member id. I don't know what it is at all. Actually it is shorter…
-
Get account info using Dropbox for Business API access token
We are trying to get information about the user who has authorized Dropbox for Business through our application. We can retrieve a list of users in a team and basic team info, but how to determine which user has performed the authorization? We are using Python dropbox api v. 1.6 and DropboxOAuth2Flow.finish only returns…
-
Edit a paper doc from another app
From the API docs, there doesn't seem to be a way to edit a Paper doc through another app. Just wanted to double check this isn't yet possible? We basically want to introduce rich notes for each project in our SaaS app and since we love the Paper interface, we'd prefer to use Paper instead of building our own, more limited…
-
API to create a Paper Doc
Hello Do we've an API to create a Paper Doc from a website backend. Thanks in advance Saptha
-
Create/edit documents through API
Hi, I've submitted a similar Feature Requests months ago and it's been asked also in: * https://www.dropboxforum.com/t5/Dropbox-Paper/Dropbox-Paper-API-request/m-p/143995#M175 * https://www.dropboxforum.com/t5/Dropbox-Paper/Create-Paper-Document/m-p/138514#M125 They're both marked as solved, but as far as I can tell…