anylist icon indicating copy to clipboard operation
anylist copied to clipboard

Google Apps Script

Open kenfink opened this issue 1 year ago • 3 comments

Is there a way to make this Google Apps Script friendly?
I'm hoping to use this to sync Anylist with a Google Sheets spreadsheet.

Thanks!

kenfink avatar Feb 23 '24 17:02 kenfink

Not sure how Google Apps scripts work, but if it's a Node.js environment this should work.

codetheweb avatar Feb 25 '24 03:02 codetheweb

JavaScript yes. Node.js no unfortunately.

I've been working through rewriting the auth to work and so far I've managed to get a token back but not the lists/items yet. Seems the refresh token is expired as soon as I get it. Nothing worth posting yet.

Thanks for figuring out the API!

kenfink avatar Feb 25 '24 05:02 kenfink

What error code do you get with the refresh token?

kevdliu avatar Feb 26 '24 00:02 kevdliu