You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expect the library to correctly validate the documented scopes. For instance, the scope mail_settings.bcc.read is unknown to the SendGridPermissionsBuilder and thus gets rejected.
System.InvalidOperationException: The provided scope 'mail_settings.spam_check.read' is not valid. See the API permissions docs for a list of valid scopes.
at SendGrid.Permissions.SendGridPermissionsBuilder.Include(String[] scopes)