Jonix
June 1, 2025, 7:43am
1
when I’m trying to read or write to the file, I get an error:
"AddRow: 400 Bad Request
POST https://oauth2.googleapis.com/token
{
“error” : “unsupported_grant_type”,
“error_description” : “Invalid grant_type: "
}”
Im using the method with the JSON key file in my app (using Google cloud console).
If Im not wrong this started happening after the last updates (4.9.8) and later, before that everthing is working normally
i think any update by niotron so wait for some time
Jonix
June 5, 2025, 7:17am
3
Im not sure its a known problem yet @abhijith
We haven’t changed anything in the Spreadsheet component. I’ll check
1 Like
is monetization is working why of i am buying monetization so can you reply me @abhijit
Same problem. Spreadsheet error
Jonix
June 10, 2025, 6:22am
8
any news? basically Im using the JSON method. I selected the json file from assets and pasted the spreadsheet ID in the right field, if you need I can send you an example of AIA for simplicity.
this is the source of how I did it:
There are two main ways to obtain a credential JSON file for your Google Spreadsheet:
1. Using the Google Cloud Console:
Go to the Google Cloud Console (https://console.cloud.google.com/ ).
If you don’t have a Google Cloud account, create one.
Once logged in, navigate to the APIs & Services section.
Search for Google Sheets API and enable it.
Create a new Service Account by clicking on Create Credentials → Service Account.
Give your service account a name and choose a role. For most use cases,…
Please provide AIA if this method is working. Thank you.