Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
Show all 5 items in the list
Tags used for linking issues. [ID: 1172495]
View issue level access limits(Press Alt + Right arrow for more information)
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().