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
- Mouse inputs cannot be inputted when searching the Shortcuts Menu by type "Shortcut"
- "Debug Assertion Failed!" error when launching Windows Dedicated Server Player with Script Debugging enabled
- [Cinematic Studio][3D HDRP] Shader warnings thrown in the Console window when creating a new project with Cinematic Studio template
- Autoplay is triggered on Audio Assets when changing Asset Bundle tags
- Inspector Asset Bundle section has no indication for Variants, AssetBundle is written without a space, and Variant dropdown menu is available without setting the Asset Bundle first
Resolution Note (fix version 2021.2):
Fixed in 2021.2.0a15