Pabbly Connect - Feature Request - Set Google Contact Photo from mapped url on Google Sheet
Status: Closed · Asked by ATAC on · 0 views
Please let me know if this request requires clarification
Hey @ATAC
We looked into it and seems like it is not possible to upload an image to contact via Google Contacts' API.
No but the people.api does support?
I am looking into coding my own but saw your app.
I won't be surprised if the people.api becomes the preferred method in the future ?
Hey @ATAC
We have already looked into the possibility of adding the Photo field in the action step but their API doesn't allow us to pass the image.
Google Contacts' API - https://developers.google.com/people/api/rest/v1/people/createContact
HI Supreme.
This is the Google API and method I was referring to...
https://developers.google.com/people/api/rest/v1/people/updateContactPhoto
Also, I suspect you'll eventually have to migrate anyway as this migration guide suggests ☺️
The Contacts API was turned down on January 19, 2022. Use this guide to learn about changes to fields, endpoints, and authorization scopes as you migrate to the People API.
With respect
HI Supreme.
This is the Google API and method I was referring to...
https://developers.google.com/people/api/rest/v1/people/updateContactPhoto
We have already using the Peoples API and as far as the update Contact photo endpoint is concerned, it requires Raw photo bytes as a base64-encoded string which is not supported at the moment in Pabbly Connect.