Ensure your access token has the right scopes for the Google Gemini API, like https://www.googleapis.com/auth/generative-language.
Here is the code snippet you can refer to:

In the above code we are using the following key points:
- Uses the correct API scope for generative language models.
- Catches and displays permission-related errors.
- Ensures environment-based secure API key usage.
Hence, properly setting the right access token scope resolves the "ACCESS TOKEN SCOPE INSUFFICIENT" error.