16 UNAUTHENTICATED
The request does not have valid authentication credentials for the operation.
On this page
When You See This Code
No credentials were provided, or the provided token/certificate is expired or invalid. Different from PERMISSION_DENIED (code 7), which means authenticated but not authorized.
How to Fix
Provide valid authentication credentials (e.g., refresh the OAuth token, regenerate the API key, or renew the client certificate).
Specification
Cross-Protocol Equivalents
Comparisons
Compare With
Guides
Debugging Scenarios
Specifications
Decision Guides
Glossary
Frequently Asked Questions
What is gRPC 16 UNAUTHENTICATED?
The request does not have valid authentication credentials for the operation.
When do you see gRPC 16 UNAUTHENTICATED?
No credentials were provided, or the provided token/certificate is expired or invalid. Different from PERMISSION_DENIED (code 7), which means authenticated but not authorized.
How to fix gRPC 16 UNAUTHENTICATED?
Provide valid authentication credentials (e.g., refresh the OAuth token, regenerate the API key, or renew the client certificate).