From e60bc9737516a4a9ae2721958e71b0986adaa267 Mon Sep 17 00:00:00 2001 From: Daniel Pfeller Date: Tue, 13 Mar 2018 14:45:51 +0000 Subject: [PATCH] using cloud iot v1 --- DataSimulator/create_device.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataSimulator/create_device.py b/DataSimulator/create_device.py index 76954cb..4baf8fa 100644 --- a/DataSimulator/create_device.py +++ b/DataSimulator/create_device.py @@ -7,7 +7,7 @@ from googleapiclient.errors import HttpError API_SCOPES = ['https://www.googleapis.com/auth/cloud-platform'] -API_VERSION = 'v1beta1' +API_VERSION = 'v1' DISCOVERY_API = 'https://cloudiot.googleapis.com/$discovery/rest' SERVICE_NAME = 'cloudiot'