Search Issue Tracker
Fixed in 2021.2.X
Votes
0
Found in
2018.4
2019.1.10f1
2019.2
2019.3
2020.1
Issue ID
1191987
Regression
No
[Dropbox API v2] File upload fails and ArgumentOutOfRangeException is thrown when calling UploadSessionStartAsync() method
How to reproduce:
1. Create a Dropbox API v2 app here: https://www.dropbox.com/developers/apps
2. In the created app console, create a local Redirect URI, for example, "http://127.0.0.1:65432/".
3. Open the SampleScene in the attached "DropBoxIssue" project
4. Open the "TestScript"
5. Set the 'ApiKey' and 'accessToken' strings to the Api Key and Access Token values generated in the Dropbox API v2 app dashboard
6. Set the 'LoopbackHost' string to the Redirect URI from step 2
7. Enter play mode in the Unity Editor
8. Check the Dropbox app storage
Expected results: "TestMessage" is logged to the console, no errors are thrown, the file is uploaded.
Actual results: ArgumentOutOfRangeException is thrown, a file is not uploaded.
Reproducible with: 2018.4.13f1, 2019.2.15f1, 2019.3.0f1, 2020.1.0a15
Additional notes:
1. A project could not be tested on 2017.4.35f1 due to compilation errors.
2. Removing DropboxCertHelper.InitializeCertPinning() will remove the ArgumentOutOfRangeException, but the file still won't be uploaded.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Texture displays visual artifacts and has a broken aspect ratio when it is imported in RGB 48-bit format
- Diagnostic Warning Resets When Navigating Away and Returning to Diagnostics Settings
- Checkbox Collides with Text in Shader Graph Preferences Settings
- Crash on mecanim::animation::TransformValuesFromClip when entering the Play Mode in a project with Animancer Pro v8
- Connection to Named Pipes fails when server and client are run
Resolution Note (fix version 2021.2):
Fixed in 2021.2.0a15