Trying to see list of shared albums, but all the time I'm reciving error 400 / Bad Request.
At same time, geting album list works correctly.
I setted scope of:
https://www.googleapis.com/auth/photoslibrary.readonly
https://www.googleapis.com/auth/photoslibrary.sharing
to get token I used google developer playground
const responseAlbumsShared = await photos.sharedAlbums.list(10)
for now, i'm trying only to console.log response to see if that it works
what is the problem?
Trying to see list of shared albums, but all the time I'm reciving error 400 / Bad Request.
At same time, geting album list works correctly.
I setted scope of:
to get token I used google developer playground
const responseAlbumsShared = await photos.sharedAlbums.list(10)for now, i'm trying only to console.log response to see if that it works
what is the problem?