I have a project that adds members to my Contacts from a sheet. It's been running okay for two years.
A few days ago I changed the password for Gmail and afterward I begin receiving the error ContactsApp: Invalid request
.
I created a file with only this function, and the answer is the same
function myFunction()
{
var contact = ContactsApp.createContact('John', 'Doe', '[email protected]');
}
I can't locate the problem.
Thank's for the help.