I'm having difficulty getting the
text-to-speech Python example working, though I've followed all the steps. "gcloud auth login" works without a problem. But, when I run my code, the actual request freezes (
response = client.synthesize_speech...). Hitting control-C, I see the error ('invalid_grant: Invalid JWT Signature.' in the trace. Information online suggests this may be due to an expired key or incorrect date/time on my system. However, my key is active and the date/time is fine (for Israel, where I'm located). Could anyone suggest how to troubleshoot this problem? I really don't know what I should check for.