codetheweb / anylist

📋 a wrapper for AnyList's API (unoffical, reverse engineered)
81 stars 20 forks source link

Google Apps Script #44

Open kenfink opened 4 months ago

kenfink commented 4 months ago

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!

codetheweb commented 4 months ago

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

kenfink commented 4 months ago

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!

kevdliu commented 4 months ago

What error code do you get with the refresh token?