Hi Pavel, Is it your data or the user's data?
If it is the user's data, you will need to interact with the user at some point, and it is better to make them authorize through an OAuth 2.0 flow than to get their credentials. If it is your data, you can fetch an access token yourself, and store that. It is better than storing your credentials somewhere in your script. Regards On Fri, Feb 10, 2012 at 10:05 AM, Pavel Kaplin <[email protected]> wrote: > What if I don't want any interaction with user at all? I need only my app > operate some data in spreadsheet... -- Ali Afshar | www.googplus.org/ali | Google Developer Relations
