I want `clasp logs` to work, therefor, I need to specify the ProjectId in the .clasp.json file.
However, every time I think I enter it correctly, I get the errror:
`The projectid "google.com:gpor-dissenmination-prod" looks incorrect. Did you provide the correct projectId?`
I get this projectId straight from Pantheon on the Welcome page for this proejct!
I have tried all variants of this both with and without the `google.com:`.
Some referencesI found online say that the projectId should be in the format of "project-id-xxx" or others "sys-xxx". Nothing seems to work, I always get the above error.
I have tried both setting this directly in the file directly as well as from the CLI with:
`clasp setting projectId new-id` Same results
Is there something I am missing here?