I am trying to integrate the translation with Google Sheets Service. I have passed the login, but when I try to perform any other action, it throws errors all the time.
Create Spreadsheet: Failed
Invalid Application name
Parameter name: ApplicationName
Preparing Request: 0s
Total time: 0s
ArgumentException: Invalid Application name
Parameter name: ApplicationName
And if I press the Open button, it opens the document that I previously created, so the IDs are correct
I have already verified that the user who authorized the permission has read and write access to the document in question. I even set the document to open access so that anyone with the link can view and modify it, and the errors still persist
Thank you