fix project creation for @gmail.com accounts

This commit is contained in:
Jay Lee
2020-06-18 11:17:46 -04:00
parent 73677544a3
commit 0e5635cc2a
2 changed files with 11 additions and 6 deletions

View File

@@ -117,6 +117,7 @@ class ErrorReason(Enum):
FAILED_PRECONDITION = 'failedPrecondition'
FORBIDDEN = 'forbidden'
FOUR_O_NINE = '409'
FOUR_O_O = '400'
FOUR_O_THREE = '403'
FOUR_TWO_NINE = '429'
GATEWAY_TIMEOUT = 'gatewayTimeout'