You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hah, this is what happened to me just right now, and i was going to write a new issue and found yours,
maybe i will rewrite my code and use google api directly now.
i want to update contact data, but when i updated the data, the contact name has been missing. this is my code
` $contact->name = 'Test';
$contact->phoneNumber = '081234567890';
$contact->email = '[email protected]';
The text was updated successfully, but these errors were encountered: