f2calv / CasCap.Apis.GooglePhotos

*unofficial* Google Photos REST API library for .NET projects.
MIT License
58 stars 10 forks source link

No permission to add media items to this album - When trying to upload to existing Album #135

Closed vyshak-vijayan closed 1 year ago

vyshak-vijayan commented 1 year ago

Hello,

Thanks a lot for the .Net Wrapper :) .

I recently came across an issue when trying to upload photos to existing google albums(created from Google Photos web UI/elsewhere) . I keep getting the following error

No permission to add media items to this album

Even when the following permissions are granted in the Google security section

I'm using version 1.1.2 of CasCap.Apis.GooglePhotos

Please advice

f2calv commented 1 year ago

Glad you find it useful!

Unfortunately it's a limitation of the API that you can only use the API to upload into an album that was actually created by the API itself.

You're not the first person to find yourself on the sharp edge of this issue... https://github.com/f2calv/CasCap.Apis.GooglePhotos/issues/118#issuecomment-1303828125

vyshak-vijayan commented 1 year ago

Glad you find it useful!

Unfortunately it's a limitation of the API that you can only use the API to upload into an album that was actually created by the API itself.

You're not the first person to find yourself on the sharp edge of this issue... #118 (comment)

Thanks for the clarification.