Hello!

When attempting to add a row to a private spreadsheet via a POST 
to https://spreadsheets.google.com/feeds/list/key/worksheetId/private/full 
(per the API 
docs: 
https://developers.google.com/google-apps/spreadsheets/#adding_a_list_row), 
I'm getting a 302 response code to the same URL. The code in question then 
makes a GET request, against the identical URL, which succeeds with a 200 
response code. Is this behavior intended? Should the request originate as a 
GET request instead of a POST request?

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Google Spreadsheets API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to