79643143

Date: 2025-05-29 00:36:10
Score: 0.5
Natty:
Report link

I had to add the user email from the Google Cloud service account to the credential, like this:

credential = GoogleCredential.FromStream(stream)
    .CreateScoped(scopes)
    .CreateWithUser("[email protected]");
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Bryan B