rapidwebltd / php-google-contacts-v3-api

👥 PHP library for the Google Contacts API (v3)
MIT License
102 stars 64 forks source link

Is there a way to add image to contact? #25

Closed roulendz closed 6 years ago

roulendz commented 7 years ago

I was wondering if there a way to attach image to user profile? By providing url to image.

Thanks!

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/39512734-is-there-a-way-to-add-image-to-contact?utm_campaign=plugin&utm_content=tracker%2F19518826&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F19518826&utm_medium=issues&utm_source=github).
DivineOmega commented 7 years ago

Hello @roulendz.

This is not currently possible with this library, but it's a great idea for a new feature. It should be possible to implement in the next release.

Official documentation for contact photo management: https://developers.google.com/google-apps/contacts/v3/#contact_photo_management

DivineOmega commented 6 years ago

We probably won't be adding the ability to add an image to a contact into this package.

However, we've recently written a new package, PHP Google People API, which is capable of setting contact images. Hopefully this will help.