Since yesterday I'm searching for a way to change the "main" Google profile photo with Google REST Apis.
Nowadays, our application can interact and change the User photo with Google Admin API (https://developers.google.com/admin-sdk/directory/v1/reference/users/photos/update) but as described in https://developers.google.com/admin-sdk/directory/v1/guides/manage-users#update_photo, in this version of the API, a photo is the user's latest Gmail Chat profile photo, which is different from the Google+ profile photo. If changed, Google+ profile photo override all other photos in Google products.
Is there any obscure way to change Google+ Profile Photo with Google's REST APIs or any other Google product that override all other products profiles photos?
Thanks in advance.