google spreadsheet API login woes

2014-10-16 Thread Bob MacCallum
Please could some kind soul fork and fix this for me while I go to lunch? https://github.com/bobular/google-spreadsheet-to-textfiles It's stopped working recently (can't say exactly when) - and I don't know my AuthSub from my OAuth from my elbow. I've tried my $auth =

Re: google spreadsheet API login woes

2014-10-16 Thread Sam Smith
did you turn two factor on for your account? you’ll probably need an app specific username and password to have it work. On 16 Oct 02014, at 12:35, Bob MacCallum uncool...@gmail.com wrote: Please could some kind soul fork and fix this for me while I go to lunch?

Re: google spreadsheet API login woes

2014-10-16 Thread Bob MacCallum
Hi Sam, Thanks but no I didn't turn on two factor (if that means the one where you get an SMS code). I'll look into the app specific credentials. cheers, Bob On Thu, Oct 16, 2014 at 1:05 PM, Sam Smith s...@msmith.net wrote: did you turn two factor on for your account? you’ll probably need an

Re: google spreadsheet API login woes

2014-10-16 Thread Simon Wistow
On Thu, Oct 16, 2014 at 12:35:18PM +0100, Bob MacCallum said: It's stopped working recently (can't say exactly when) - and I don't know my AuthSub from my OAuth from my elbow. I've tried my $auth = Net::Google::AuthSub-new; my $res = $auth-login($user, $pass); I wrote

Re: google spreadsheet API login woes

2014-10-16 Thread Steve Mynott
On 16 October 2014 16:59, Simon Wistow si...@thegestalt.org wrote: On Thu, Oct 16, 2014 at 12:35:18PM +0100, Bob MacCallum said: It's stopped working recently (can't say exactly when) - and I don't know my AuthSub from my OAuth from my elbow. I've tried my $auth =