Search Issue Tracker
Fixed
Fixed in 1.5.x
Votes
0
Found in [Package]
1.5.8
Issue ID
LOC-1261
Regression
No
PushStringTableCollection fails with BadRequest exception when target Google Sheet has one row less than required
Reproduction steps:
1. Set up OAuth Authentication based on this: https://docs.unity3d.com/Packages/com.unity.localization@1.4/manual/Google-Sheets-Configuring-Authentication.html
2. Open the attached “IN-118881.zip” project
3. From the Project Window, select the “Google Sheets Service.asset”
4. Input your “Client Id” and “Client Secret” that were set up during 1st step and Authorize
5. From the Project Window, select the “UI_Text.asset”
6. Click “Create New Spreadsheet”
7. Click Push to set up the Google Sheet and click Open to view it in browser
8. Delete all empty rows (from 5-999)
9. Delete any row that has entry (e.g. 4th row)
10. Click Push again in “UI_Text.asset”
11. Observe the Console
Expected result: Push operation is completed without exceptions, the missing row is detected and resized to accommodate all required rows (entries + header) before pushing data
Actual result: “Push UI_Text to Google Sheets: Failed" exception is thrown
Reproducible with: 1.5.5, 1.5.8 (6000.0.59f1, 6000.2.7f1, 6000.3.0b4, 6000.4.0a1)
Reproducible on: Windows 11
Not reproducible on: no other environments tested
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
Add comment