We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf78d39 commit 008ad07Copy full SHA for 008ad07
functions/ocr/app/main.py
@@ -26,7 +26,7 @@
26
publisher = pubsub_v1.PublisherClient()
27
storage_client = storage.Client()
28
29
-project_id = os.environ['GCLOUD_PROJECT']
+project_id = os.environ['GCP_PROJECT']
30
31
with open('config.json') as f:
32
data = f.read()
0 commit comments