All Questions
Tagged with google-forms-api service-accounts
2 questions
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 ...
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;
...