I have a verified app with verified Gmail API scopes, but I'm encountering an issue where the gmail.send scope (https://www.googleapis.com/auth/gmail.send) still triggers the "unverified app" warning despite being properly verified.
What I've verified:
- OAuth consent screen is verified
- Gmail API scope "gmail.send" is explicitly verified (shows "This scope is verified" label)
- All other scopes work without warnings
The issue:
1. When requesting the scope, the "unverified app" warning appears
2. If I remove this specific scope, the warning disappears
3. The scope shows as verified in Google Cloud Console with both checkmark and "This scope is verified" label
Is this expected behavior for sensitive scopes? If not, how can I resolve this warning since the scope is already verified?