panic: HTTP/2.0 403 Forbidden - https://android.googleapis.com/auth
Is this expected after 1 day? I have done the the "intialisation steps" (token, checkin, sync) yesterday, it worked an I was able to e.g. use `play -i com.google.android.youtube`. But now, after one day, it says:
```
INFO POST URL=https://android.googleapis.com/auth
panic: HTTP/2.0 403 Forbidden
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Content-Security-Policy: frame-ancestors 'self'
Content-Type: text/plain; charset=utf-8
Cross-Origin-Opener-Policy: same-origin
Date: Tue, 17 Dec 2024 19:44:02 GMT
Expires: Mon, 01 Jan 1990 00:00:00 GMT
Pragma: no-cache
Server: GSE
Vary: Sec-Fetch-Dest, Sec-Fetch-Mode, Sec-Fetch-Site
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-Xss-Protection: 1; mode=block
Error=BadAuthentication
goroutine 1 [running]:
main.main()
/env/go/google/internal/play/main.go:50 +0x4b7
```
I'd need some way to to check if there is a new apk (and download it in that case) every day, without login (after initial login). Or is that not possible?
Thank you for this tool and any help!
1 条评论