Anyone got Google-Auth-Library working using a Service Account and Wappler?

Hey All,

I need to use some services through Google Cloud Platform using one of their API libraries (Google BigQuery)

Their authorization system seems a bit more complex than the standard API using a key or basic authorization etc.

Basically I need to use their Service Account system so that my app and their API servers can communicate without a user needing to authorize anything etc.

Google recommends using one of their 'Client Libraries’ (a library for NodeJS in my case) to make the API key authorization process easier etc.

Has anyone managed to get this sort of process working? Especially in Wappler.

I’d like to take advantage of Wappler’s API connector, but if I use their client library for NodeJS, i think it gets you to write the code in that do make all the API call etc.

I’m new to JS, and have no Node experience. Anyone have any thoughts or experiences they want to share?

1 Like

Please check:

1 Like