google apps script - Migrating from OAuthConfig in Fusion Table CRUD -


i using ferris argyle’s crud google apps developers blog access fusion table. unfortunately, oauth 1.0 shut down on april 20th, 2015 , need update script’s authorization method.

i think there 2 choices - migrate oauthconfig oauth1 library or instead use oauth2 apps script library. oauth1 library looks simpler implement i’m not sure still work fusion tables. oauth2 looks more complicated solution , don’t know how configure anonymous access. best solution novice programer?

in-other-words, can fusion table use oauth1 library and, if not, there example of anonymous access oauth2?

thanks, scott

edit: changes oauth in apps scripts helpful.

this provided direction - authenticate application oauth access fusion tables.

i think oauth2 service account (2lo) right direction.

as far know shouldn't need oauth @ fusion tables apps script.

take @ this project replaces contents of table data spreadsheet. apps script makes auth simple.


Comments