Код: Выделить всё
File ./service-account-key.json was not found.
Код: Выделить всё
os.system('gcloud pubsub topics publish pubsub-test1 --message="test" --project=project1')
credentials, project_id = google.auth.default()
publisher_audience = "https://pubsub.googleapis.com/google.pubsub.v1.Publisher"
credentials_pub = credentials.with_claims(audience=publisher_audience)
publisher = pubsub_v1.PublisherClient(credentials=credentials_pub)
Подробнее здесь: https://stackoverflow.com/questions/791 ... using-pyth
Мобильная версия