looking here: https://developers.google.com/photos/library/reference/rest/v1/albums#Album
I read:
[Output only] Information related to shared albums. This field is only populated if the album is a shared album, the developer created the album and the user has granted the photoslibrary.sharing scope.
All my albums are shared by me, the owner and developer. But the field shareInfo does not shows.
What should I do to retrieve the shareInfo object when I call the api (with python) https://www.googleapis.com/auth/photoslibrary.readonly ?
Thanks in advance.