Hello, After Googling a while for a way to use OAuth2 to access Sheets, I've decided that for now, I'll stick with OAuth. That said, does someone have a solid example of how to use OAuth2 and Sheets? I've come across some examples online, but none of them seem to work as explained. Here's what I want to be able to do:
- I have a Java-based web service running on some machine. - When that service gets an API call, I want to pass some data to Google Sheets. I've figured out how to actually add a row to a Sheet, but I don't know how to use OAuth2 to authenticate. I understand that I need to do a Service-level auth (which requires no consent since I have access to my own domain's data), but the examples I found seem to be using a secret key, rather than a secret key file. Thank you! Koichi -- 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.
