I understand JavaScript code in browser is not good choice to access Google Spreadsheet API. API V3.0 page provides codes only for Java and .NET. https://developers.google.com/google-apps/spreadsheets/#setting_up_your_client_library
.. disappointed. 2014年3月8日土曜日 3時47分15秒 UTC+9 Ted Benson: > > I, too, am having this problem. > > The OPTIONS preflight doesn't appear to be responding correctly. > > Google -- can you either update documentation to clearly state that you do > not intend to allow browser/Javascript clients to modify GSheets via the > API, or fix the preflight? > > Thanks! > > On Thursday, January 9, 2014 2:30:25 PM UTC-5, [email protected] wrote: >> >> 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/d/optout.
