Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix: percent-encode URL path parameters#572

Open
raushan728 wants to merge 1 commit into
Byron:mainfrom
raushan728:fix-issue-560
Open

fix: percent-encode URL path parameters#572
raushan728 wants to merge 1 commit into
Byron:mainfrom
raushan728:fix-issue-560

Conversation

@raushan728
Copy link
Copy Markdown
Contributor

Fixes #560

Path params like range="#sheet1" weren't being percent-encoded, causing 404s. Fixed uri_replacement to auto-detect {+var} vs {var} and encode accordingly.

params.push("range", "#sheet1");
// before: /values/#sheet1 → 404
// after: /values/%23sheet1 ✓

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SpreadsheetMethods.values_get does not correctly encode the range into the URL

1 participant