Service account to bearer token google cloud

The idea is:

For the google cloud service account credential, i would like to get the bearer available.
I would need it because of we need to complex transformation so we will call GCP api in order to do so.

My use case:

Now, i m using http-request to insert table in big query from google storage. The issue is that i have to get manualy a bearer access token, where i have to copy paste across mutiple workflows

I think it would be beneficial to add this because:

this will solve that we will have much more capability in using google cloud api, going beyond the google storage qnd big query node.

Any resources to support this?

Are you willing to work on this?

Yes, of course

Hey @Mamitiana_Ignace,

Just to confirm on this oneā€¦ Are you after the Google Service Account credentials to be selectable as an option in the HTTP Request node?

Hi Jon
i m happy to have a response.
yes, is it possible ?

Not yet but this is something we started looking into recently so may be available soon.

is there i can bypass this issue?
Right now, the predefined big qury authentication that is avialable in n8n does nt solve my need.
and i d like to run a specific http request call to bq ?