I have been having an issue sending a POST request to my private spreadsheet. I am certain the request is formulated correctly (tested it via the postman chrome extension), but when I send it from my app it fails with the following error: No 'Access-Control-Allow-Origin' header is present on the requested resource.
Other people have had the same issue and this stack overflow post details the problem: http://stackoverflow.com/questions/20169829/cors-preflight-fails-when-writing-to-google-spreadsheet-api. I do not want to send the request server-side, so given that does anyone have any suggestions? I'm fairly sure this is a bug in the API... -- 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/groups/opt_out.
