All Questions
Tagged with google-forms-api google-forms
51 questions
0
votes
1
answer
72
views
Google Forms Script
I need help with a javascript code for randomizing sections (not just questions) in Google Forms. I have a code on what I want to do but it keeps telling me there is not enough sections found despite ...
0
votes
0
answers
75
views
Unable to Manage Google Forms Settings via API (Start/Stop Responses, Limit to 1 Response, etc.)
I’ve tried everything, including checking Google Docs, but I still can’t find the setting option through the API. Specifically, I’m creating a custom Google Form using the Google Forms API.
I’ve ...
0
votes
1
answer
58
views
implement a Go to section based on answer rule in a JSON payload
{
"requests": [
{
"createItem": {
"item": {
"title": "Email",
"...
0
votes
1
answer
41
views
Google Forms API raises google.auth.exceptions.RefreshError: 'No access token in response.'
I want to create a grading bot for my community's applications through Google Forms and when I try to retrieve a form, I get a RefreshError.
Minimal Reproducible Example:
# Google Credentials
from ...
1
vote
1
answer
202
views
Google Forms API - How to retrieve a form
I'm trying to make a summary on responses for a Google Form. For that I use Google Forms API in Golang. I didn't find the Question text in the responses, just the QuestionId. So I decided to get the ...
0
votes
1
answer
69
views
Dropdown fields in GForms using AppScript
I'm trying to control my GForms using AppScript and would like to delete and fill the dropdown fields using a script. I've written the following scripts for this and stored them in the GForms file. ...
-1
votes
1
answer
124
views
Script to manipulate Google Form data
I have a Google Form that outputs responses to a Google Sheet. I would like to learn how to write a script that manipulates the data before saving the response to the sheet.
Basically, I have a few ...
1
vote
1
answer
55
views
Why am i getting a HttpError 'A Location is required error'
I am trying to run some code to update a few of the question titles in a form that I am creating. I am running the code below and receiving the error: 'A location is required'. I have tried to look at ...
1
vote
1
answer
76
views
How to delete Questions from an already existing google form using API & Python
I have connect to the google form API using python. I was able to create a form with the questions I want. I am now trying to delete certain questions that have the word "Location" in the ...
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 ...
1
vote
1
answer
193
views
Regex expression not working on Google Form
I'm trying to use a TextValidationBuilder to validate input on a Google Form. I'm doing some tests and I have no idea why the regex isn't working. When I test the regex here it works fine.
I want to ...
-1
votes
1
answer
136
views
Replace a null value for one of the questions in a Google Form with AppsScript
I have a requirement where I need to get the answer for 2 form questions in a Google Form and send the details in email.
Question 1 - is a mandatory field and it is a text field so there is no ...
0
votes
0
answers
31
views
FileUploadQuestion using the Google Forms API
I would require to use the FileUploadQuestion endpoint for an internal automatic process. However, this endpoint appears to not be supported by the API for the moment. This is weird since it exists an ...
0
votes
0
answers
253
views
Get Google Form Response number into Response sheet
I have a google form saving responses in a google sheet. Somehow the form line number and the form responses have gotten out of sync. I, looking for a way to iterate through the current responses and ...
0
votes
1
answer
128
views
Is there a way to change the shape of answer options on google forms?
I'm making a survey and was wondering if there was a way to make the multiple choice answer options have a square box instead of circular? I don't mean for multiple answer options, I still want it to ...