Re: OAuth2 invalid_grant: Malformed auth code (Google Sheets API)

2020-07-09 Thread Brian Milby via use-livecode
I can’t take all the credit. I just found the bug report (with a solution listed) and submitted the PR. Ran into the same issue trying to use the Google Calendar API. Sent from my iPhone > On Jul 9, 2020, at 6:19 PM, David Bovill via use-livecode > wrote: > > Ah - makes sense. Thanks for

Re: OAuth2 invalid_grant: Malformed auth code (Google Sheets API)

2020-07-09 Thread David Bovill via use-livecode
Ah - makes sense. Thanks for spotting that Brian. On 9 Jul 2020, 14:15 +0100, Ben Rubinstein via use-livecode , wrote: > Thanks Brian! > > I've patched my copy for now. What a PITA. > > Ben > > On 09/07/2020 13:29, Brian Milby via use-livecode wrote: > > Check out bug 22557 / PR 7381. > > > >

Re: OAuth2 invalid_grant: Malformed auth code (Google Sheets API)

2020-07-09 Thread Ben Rubinstein via use-livecode
Thanks Brian! I've patched my copy for now. What a PITA. Ben On 09/07/2020 13:29, Brian Milby via use-livecode wrote: Check out bug 22557 / PR 7381. Line 247 of oath2.livecodescript need urlEncode removed Sent from my iPad On Jul 9, 2020, at 7:33 AM, Ben Rubinstein via use-livecode

Re: OAuth2 invalid_grant: Malformed auth code (Google Sheets API)

2020-07-09 Thread Brian Milby via use-livecode
Check out bug 22557 / PR 7381. Line 247 of oath2.livecodescript need urlEncode removed Sent from my iPad > On Jul 9, 2020, at 7:33 AM, Ben Rubinstein via use-livecode > wrote: > > I had code that did stuff with Google sheets, it worked fine, I haven't used > it for about nine (?) months.

OAuth2 invalid_grant: Malformed auth code (Google Sheets API)

2020-07-09 Thread Ben Rubinstein via use-livecode
I had code that did stuff with Google sheets, it worked fine, I haven't used it for about nine (?) months. Now it doesn't work. To cut a long story short, I've started all over again on a clean base. Created a new Client ID at