oliviergauthier / gradle-appcenter-plugin

This gradle plugin allow you to upload each build variant of your android application to separate AppCenter Apps.
MIT License
85 stars 45 forks source link

Unauthorized error when uploading new release #88

Closed victorlsn closed 1 year ago

victorlsn commented 1 year ago

Whenever I try to upload a new version of my app to app center, I get this error (with different correlation IDs, naturally):

Can't prepare release upload, code=401, reason={"message":"Unauthorized. Correlation ID: f27c5b65-a2c4-4456-9af1-dd67bd908493","statusCode":401,"code":"Unauthorized"}

I've tried generating new tokens, and it still doesn't work.

Thanks in advance.

victorlsn commented 1 year ago

Found out the issue, sorry!