Localization 1.5.2 integration (Google Sheets Service)

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

image

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

The application name is set in the Google Sheets service provider asset.
The top red area in this screenshot:

Does the name contain some invalid characters? Try changing it to something else. From what I can remember the value didn’t really do much so changing it to something else should be fine.

1 Like

Works at the moment
Thank you very much

1 Like