Closed
Description
How do you escape the = symbol? It's causing the "Failed to parse dotenv file due to an invalid name" error because of it. It's part of a multiline value.
SERVICE_ACCOUNT_JSON = '{
"type": "service_account",
"project_id": "project id",
"private_key": "-----BEGIN PRIVATE KEY-----\nMIIE ..... DgQw==\n-----END PRIVATE KEY-----\n",
"client_email": "[email protected]"
"client_id": "1234567890123456789",
.....
.....
}',
It is failing at the 2 == symbols at the end of the "private_key" value. If I remove the 2 symbols, it works, but unfortunately, it won't authenticate.
Metadata
Metadata
Assignees
Labels
No labels