-
When authentication completes, user gets mail that says he logged in using AppleMail
Our app runs on macOS and is written in Objective C, so we use this call to initiate authentication for a new user: [DropboxClientsManager authorizeFromControllerDesktop:[NSWorkspace sharedWorkspace] controller:viewController openURL:^(NSURL *url){ [[NSWorkspace sharedWorkspace] openURL:url]; } browserAuth:NO]; As you can…
-
.NET Standard support
Hello. I've tried to find an aswer within the already existing answers but without success. Sorry in case I overlooked. I have recently tried to convert my PCL projects to .NET Standard. After the conversion I was supposed to re-add all the NuGet packages. All went fine until I bumped into my dependency on Dropbox.Api…
-
How to edit the file in the Dropbox using swift
I am creating the Notes Application in Dropbox. The user Notes are storing in the Dropbox but I want to implement the editing function in Dropbox.Is it possible to edit the files in the Dropbox?
-
Hello, i get error after upload 4Gb data with .Net 4.5 UploadSessionAppendV2Async()
Hello, i get error after upload 4Gb data with .Net 4.5 UploadSessionAppendV2Async() in Dropbox.Api.Files.UploadSessionLookupError: incorrect_offset in DropBox.Api.DropBoxRequestHandler.d__d`3.MoveNext(). Example sessionId AAAAAAAAAEDksu9YYAiFbQ Files less than 4Gb uploads whith no problem.
-
webhook stop working with errors 'Did not receive response from server.'
Hi there I got an error by connecting dropbox Webhook to my web-app. This is en errors message show on webhook section in dropbox 'Error: Did not receive response from server.' Note it is just stop working while i'm not changing my code. I do investigate and found that params 'challenge' not passing to url endpoint. Thanks,
-
API support
is there any way to create Dropbox account programmatically?
-
Is the delta 'cursor' transferrable from V1 to V2 (dotnet)
I was using a cursor with the longpoll_delta / delta endpoint in V1 of the API to manage some syncing code. I am now converting to V2, so am using theListFolderLongpollAsync / ListFolderContinueAsync methods instead. So is the cursor 'transferrable'? i.e. can I plug in the latest cursor returned from the V1 API (delta)…
-
Has_more value from list_folder enpoint
I have been getting files from "//api.dropboxapi.com/2/files/list_folder" endpoint but I never get any "has_more" value is true from the response, even with a folder with more than 300 items. 1.What's the mininum number of item in a folder/directory in order to get a has_more = true ? 2. With has_more = false, but I still…
-
DBFILESUserAuthRoutes listFolderLongpoll:timeout: is timing out
One of our users is getting "Request timed out" when our app calls [DBFILESUserAuthRoutes listFolderLongpoll:timeout: ] with the timeout parameter having the default value of 30. The documentation for this call in the Objective C SDK says "Care should be taken when using this parameter, as some network infrastructure does…
-
API - from_oauth1 parameter 'oauth1_token_secret'
I am currently working on OAuth 2 migration, attempting to use /token/from_oauth1, however a parameter required is 'oauth1_token_secret'.. a property I can find very little on. Is there another call I should be using to return the app token as well as the secret?…
-
Tracking permission changes for shared items
Is there any way that I can be made aware when a permission for another user is added or removed on an item in a user's dropbox? Preferably only using the User endpoints. It's easy to see the current state of the permissions with list_folder_members and list_file_members, but I can't see any way to know when this has…
-
Is it possible to overwrite same file name in swiftyDropbox
Is it possible to overwrite the same filename in swiftyDropbox?
-
Random images upload corrupt on larger batches
When uploading small png files 100KB or less some randomly get corrupted. This was not always a problem and seemes to have croppted up but none of the code was ever changed. Public Async Function DropboxUpload(ByVal sql As String) As Task Dim conn As New System.Data.SqlClient.SqlConnection(PrintQueue.ConnectionString) Dim…
-
erpnext integration
This site can’t be reached www.dropboxapi.com’s server DNS address could not be found. DNS_PROBE_FINISHED_NXDOMAIN im getting this when im trying to press allow dropbox access
-
To make the Dropbox Login until Delete the App in swift
I am creating Notes Application and store the Notes in the Dropbox using swiftyDropbox. If user once login the App, it should be in logged in until delete the Application.How to implement this?
-
Dropbox direct upload files from browser
I use php sdk Bir dosya yükleme formum var Normalde, dosya ilk önce sunucuya yüklenir ve daha sonra dropbox'a yüklenir Ancak, bu, büyük dosyalarda zaman kaybı ve kaynak tüketimine neden olur Dosyayı tarayıcıdan doğrudan yüklemenin bir yolu var mı? e.g. { <form action="myFile.php" method="post"…
-
Retrieving existing share URL for a file.
I'm using the create_shared_link_with_settings API. I get the error response "shared_link_already_exists". So how can I get the existing share URL? I can't even revoke this share as I need the URL!
-
[DBFILESUserAuthRoutes listFolderContinue:] returns deleted files - bug in Obj-C V2?
I'm calling to [DBFILESUserAuthRoutes listFolder:recursive:includeMediaInfo:includeDeleted:includeHasExplicitSharedMembers] and passing @(NO) to includeDeleted parameter. Everything works as expected. However, when hasMore.boolValue is YES and I'm calling to [ DBFILESUserAuthRoutes listFolderContinue: ] there are cases…
-
My Apps redirect URI input breaks
Hi, I have some long urls that I need to allow on redirect uri section in my app. It is no really problem cause all is working fine, but it looks very ugly. Here a screenshot. I hope someone will fix this some time :)
-
HTTP endpoint results in too_many_write_operations
Hi, When doing an initial sync with dropbox from our app we sometimes receive a 429 "too_many_write_operations". I have read https://www.dropbox.com/developers/reference/data-ingress-guide and want to check if using batch upload will "fix" this, meaning that there is no limit in write_operations. Is that correct?
-
Dropbox apps for Apple or Android TV
Are Dropbox apps for Apple and/or Android TV available? If so where can I find them, if not when?
-
What can I install on Dropbox Client Windows 7 to log Date and Time of Pause and Resume Sync?
I have a remote location (Dropbox Client 1gb/sec connection) that I can not access and it automatically drops a 3gb file into my dropbox 2 times a month. This Dropbox client has LogMeIn installed on it by the system admin. The problem is that I suspect this admin is using LogMeIn to remotely Pause Syncing by remoting into…
-
php file download
Hello, I am trying to download a file with PHP, but I am having trouble with this part of the code. I need an example in this regard $url = "https://content.dropboxapi.com/2/files/download"; $sAccessToken = "*************************"; $curl = curl_init($url); $aPostData = array('path' => '/test.rar'); $aOptions = array(…
-
Really silly question here....does API v2 still require the app secret?
Please forgive me if this is a really simple question, I've just started and I'm very confused. I'm migrating to API v2 using Objective C. Unlike v1, v2 sample codes do not require the app secret anywhere. (just the app-key) Would you be able to provide me an example where the app-secret is used please?
-
How to get OAuth2 access token from OAuth1 token and secret with API v2
All current users of our mobile app have OAuth1 token and secret stored for using their Dropbox account. With the migration to API v2, we must use OAuth2 access tokens. How can the OAuth1 token and secret be converted to an OAuth2 access token? The API v2 provides a route called /token/from_oauth1 which seems to provide a…
-
After API V1 is retired in June, will users on old versions receive an error message?
I'm working on migrating my app to API v2. After API v1 is retired in June, what will happen to my users who do not install the updated version of my app? Will they see an error message when running Dropbox related features? My apologies if this question has been answered before, I searched and could not find any similar…
-
Access to images in a Paper Document when downloaded with /paper/docs/download
When I download (via the web UI) a doc and save it as Markdown, I get the following: # Test ## Test markdown exported with images Hello world https://d2mxuYYY.cloudfront.net/obscured/path/my_image.png and it appears that the image can then be loaded unauthenticated (tested in Chrome's Incognito mode). For the record, this…
-
Dropbox sync with coredata
Hello Support Team, I have an requirement to sync local data base*(Coredata) on to dropbox. I have some questions. 1. Is it possible to create same schema like local database on dropbox using any api. 2. I am using swiftfydropbox framework to sync the schema is It OK? 3. If I have to any api like: CoreApiV2. Then I wanted…
-
Problem in search filenames with accentuation. Bug?
Hi, I'm developing an app to search files on dropbox by api, but when filename is in uppercase and has accentuation no files are found. The problem occurs when the accentuated character is in uppercase. eg: revelação = Found Revelação = Found REVELAção = Found REVELAÇÃO = NOT FOUND revelaÇÃo = NOT FOUND I've tested via web…
-
Invalid access token when generating new token after revoke() API V2
I am getting a "invalid_access_token" when trying to generate a new token, after the first token has been revoked, e.g. log out, then log back in again. I am using API V2 on Android. First DropboxClientFactory.init(XYZ.getApiToken()); DbxClientV2 dbxClientV2 = DropboxClientFactory.getClient();…