-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue updating a shared contact #9
Comments
I also notice that when creating a new shared contact, the email does not get added. Maybe this is why my updates are failing, since they are attempting to add email addresses:
The creation issue with email was solved by adding |
Thanks for the report! I can confirm that there seems to be an issue with updating shared contacts and it seems like it is related to a missing header. Not sure what changed, but I will take a look. |
No problem, only just started testing so not in a hurry 😊 |
Should hopefully be fixed in GSM v0.8.0. Please try it and feel free to close this issue if it works (or report back if it doesn't) |
Seems to be working! |
When updating a shared contact, stdout is empty, the return code is 1, and the log shows "Error creating shared contact: EOF"
The command used is:
gsm sharedContacts update --email "[email protected];primary=true;label=work;displayName=Jane Doe" --url "https://www.google.com/m8/feeds/contacts/example.com/base/exampleIDCode"
Expected result: a contact is updated.
As far as I can tell, I have enough required flags in the command. I have no issue listing, getting, or creating a contact.
The text was updated successfully, but these errors were encountered: