Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
100 views

GCP service-to-service OAuth workaround Cloud Run to Google Forms API

I am hoping to authorise my Cloud Run app (NodeJS + Express + Axios) to be able to Read Google Forms Responses for a handful of Google Forms that I use. The Cloud Run App is to act as an API that ...
CharliW90's user avatar
0 votes
1 answer
1k views

Google form API using service account

I am using Google Forms API to get form responses using service account. package com.form.api.poc; import java.io.IOException; import java.security.GeneralSecurityException; import java.util.Arrays; ...
sridar1992's user avatar