Re: [go-nuts] photoslibrary/v1 no longer available

2024-08-01 Thread robert engels
There is also a third-party library that might work or be a great starting point: https://github.com/gphotosuploader/google-photos-api-client-go > On Aug 1, 2024, at 9:15 AM, robert engels wrote: > > It should be fairly straightforward to use the Rest api directly > https://developers.google.c

Re: [go-nuts] photoslibrary/v1 no longer available

2024-08-01 Thread robert engels
It should be fairly straightforward to use the Rest api directly https://developers.google.com/photos/library/guides/get-started You can also look at the Java or PhP client library and reimplement in Go - sadly it doesn’t seem th

[go-nuts] photoslibrary/v1 no longer available

2024-07-31 Thread Pratik Tamgole
Hi, I'm trying to use the Go library photoslibrary/v1 but getting an error message saying: *"google.golang.org/api/photoslibrary/v1: module google.golang.org/api@latest found (v0.189.0), but does not contain package google.golang.org/api/photoslibrary/v1"* And it seems they have removed it f