-
Notifications
You must be signed in to change notification settings - Fork 74
Description
@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.
-
-
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.