SSIS Components for Google Contacts

Build 26.0.9655

UpdateOrDeleteContactPhoto

Update or delete a contact's photo.

Stored Procedure-Specific Information

To execute this procedure, enter:

EXEC UpdateOrDeleteContactPhoto Id = 'c2845916184580148264', Action = 'Update', FileSource = 'D:\GooglePeople_API_Outputs\contactphoto.png'

EXEC UpdateOrDeleteContactPhoto Id = 'c2845916184580148264', Action = 'Update', Url = 'https://play-lh.googleusercontent.com/-Xqd3k7aJqZY/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckWFzqX627ygMhiilKbqmIA-T_AsQ/photo.jpg'

EXEC UpdateOrDeleteContactPhoto Id = 'c2845916184580148264', Action = 'Delete'

Input

Name Type Required Description
Id String True The Id of the contact.
Action String True The operation to perform on a contact photo. Possible values are Update or Delete.
FileSource String False The complete filepath of the photo to be uploaded. Specify either this field or URL.
URL String False An accessible URL from which the image is downloaded and posted to the target. Specify either this field or FileSource.

Result Set Columns

Name Type Description
Success String Returns True if contact group has been modified.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655