Sheets V4 append with sheet name including "+" broken since google-http-client version 1.34.0 #1573
Labels
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
As reported at https://issuetracker.google.com/issues/217399871
The
sheets.spreadsheets().values().append
operation is failing if the sheet name includes a plus ("+") sign and has a dependency ongoogle-http-client
version1.34.0
or older.The breaking change is likely the result of #913
Library versions:
Reproducer:
This was working fine up to
google-http-client
version1.33.0
, when used with a newer version it fails with the following exception:The text was updated successfully, but these errors were encountered: