New topic Closed topic
avatar image
1
OAuth2 JWT & Google CloudSQL
By Created

Hi everyone,

I am trying to create a daily sync between Betty Blocks and and Google CloudSQL database which will service as a source for (advanced) Dashboarding with an external tool. Does anyone have some experience with these tools? Which solution did you end up with? 

To get data into the database I want to, by the lack of a better option, use the Google Storage API to save a CSV file that I can then import into the DB. The latter part should be fairly easy but writing the file to the storage is giving me some headaches. 

Google requires me to create a JWT and I found the OAuth2 JWT "authentication" option. I was pointed towards a tutorial and am wondering if anyone else got this to work. I am trying this out right now :-)

Link: https://developers.google.com/...

Regards,
Jeroen


Hi everyone,

I am trying to create a daily sync between Betty Blocks and and Google CloudSQL database which will service as a source for (advanced) Dashboarding with an external tool. Does anyone have some experience with these tools? Which solution did you end up with? 

To get data into the database I want to, by the lack of a better option, use the Google Storage API to save a CSV file that I can then import into the DB. The latter part should be fairly easy but writing the file to the storage is giving me some headaches. 

Google requires me to create a JWT and I found the OAuth2 JWT "authentication" option. I was pointed towards a tutorial and am wondering if anyone else got this to work. I am trying this out right now :-)

Link: https://developers.google.com/...

Regards,
Jeroen

Answers
Sort by:

This topic is closed.