Open xfer opened 1 year ago
According to the documentation for spreadsheets.values.append method in Sheets API, and AIP-136, the append request is a custom method, meaning the separator is a colon (:), not a slash (/).
:
/
Fixes for endpoints ending with a : command are included in #75
According to the documentation for spreadsheets.values.append method in Sheets API, and AIP-136, the append request is a custom method, meaning the separator is a colon (
:
), not a slash (/
).