Help
Change theme
Press space for more information.
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Copy issue ID
Show links for this issue (Shortcut: i, l)
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Notification menu
Vote: I am impacted
View issue level access limits(Press Alt + Right arrow for more information)
Pending code changes (auto-populated)
Tags used for linking issues. [ID: 1172495]
Show all 5 items in the list
Unintended behavior
View staffing
Description
A short description of the issue:
When I call
Sheets.Spreadsheets.Values.get
orSheets.Spreadsheets.Values.update
with range like 'Sheet3+4'!A1:B2 I got error "API call to sheets.spreadsheets.values.get failed with error: Unable to parse range: 'Sheet4 3'!A1:B2"A small code sample that reliably reproduces the issue. The sample should run as-is or with minimal setup, without external dependencies.
What steps will reproduce the problem?
What is the expected output? What do you see instead? If you see error messages, please provide them.
Please provide any additional information below.
I also tried call range without "'", and with encodeURIComponent().