Index: remoting/webapp/build-webapp.py |
diff --git a/remoting/webapp/build-webapp.py b/remoting/webapp/build-webapp.py |
index fb10150c125d7d14c5fec51d1d7252f366058038..979b593aab2b19df90be59b7a10e408fe08cfaa6 100755 |
--- a/remoting/webapp/build-webapp.py |
+++ b/remoting/webapp/build-webapp.py |
@@ -355,7 +355,7 @@ def buildWebApp(buildtype, version, destination, zip_path, |
if not app_client_id: |
raise Exception('Invalid app_client_id passed in: "' + |
app_client_id + '"') |
- apiClientIdV2 = app_client_id |
+ apiClientIdV2 = app_client_id + '.apps.googleusercontent.com' |
else: |
apiClientIdV2 = google_api_keys.GetClientID('REMOTING_IDENTITY_API') |