Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
Show all 7 items in the list
Tags used for linking issues. [ID: 1172495]
View issue level access limits(Press Alt + Right arrow for more information)
Attachment actions
Unintended behavior
View staffing
Description
I'm use to send email o Google.API package, available on NuGet, but recently to some emails i've been received that errors. I try search some help in stackoverflow and others. But, i'm not lucky.
at Google.Apis.Requests.ClientServiceRequest
1.<ParseResponse>d__38.MoveNext() at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at Google.Apis.Requests.ClientServiceRequest
1.Execute() at EnvioEmailAPIGmail.Servico.GmailServico.EnviarEmail(Email email) in C:_Dev\JR_EnvioEmail\JREnvioEmail\Subdominio\GmailDominio\Servico\GmailServico.cs:line 74 at JREnvioEmail.Servico.JREnvioEmailServico.EnviarEmail(EmailConfiguracao config, Email email) in C:_Dev\JR_EnvioEmail\JREnvioEmail\Servico\JREnvioEmailServico.cs:line 32 at JREnvioEmail.Servico.MotorMainWindow.TestarEmail(EmailConfiguracao configuracao, String destinatario) in C:_Dev\JR_EnvioEmail\JREnvioEmail\Servico\MotorMainWindow.cs:line 29 at JREnvioEmail.Apresentacao.Subtelas.TelaConfiguracaoGmail.btTestar_Click(Object sender, RoutedEventArgs e) in C:_Dev\JR_EnvioEmail\JREnvioEmail\Apresentacao\Subtelas\TelaConfiguracaoGmail.xaml.cs:line 84{ "error": { "code": 500, "message": "Internal error encountered.", "errors": [ { "message": "Internal error encountered.", "domain": "global", "reason": "backendError" } ], "status": "INTERNAL" } }