Comments
-
I attached the code, please see below
-
The library is Dropbox.API (Official Dropbox .Net v2 SDK, Runtime version: v4.0.30319). Init code: var httpClient = new HttpClient(new WebRequestHandler { ReadWriteTimeout = 10 * 1000 }) { Timeout = TimeSpan.FromMinutes(120) }; try { var config = new DropboxClientConfig("Smart Kontor") { HttpClient = httpClient }; client =…
-
Wow, Thank you for your quick response!