403 permission denied errors in some libraries with always_use_jwt_access
= True
#929
Labels
priority: p1
Important issue which blocks shipping the next release. Will be fixed prior to next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
@parthea noticed some library system and sample tests failing in PRs adding
always_use_jwt_access
(see #920)There are three slightly different error messages:
google.api_core.exceptions.PermissionDenied: 403 Provided scope(s) are not authorized
feat: add always_use_jwt_access python-asset#211 - Strangely, only one sample fails. The other 11 sample tests passed.
feat: add always_use_jwt_access python-speech#184
google.api_core.exceptions.PermissionDenied: 403 The caller does not have permission
google.api_core.exceptions.PermissionDenied: 403 User does not have sufficient permissions for this property. To learn more about Property ID, see https://developers.google.com/analytics/devguides/reporting/data/v1/property-id.
Sample tests in many other repositories did pass, and I do not see an obvious difference between these APIs and the ones above.
The text was updated successfully, but these errors were encountered: