Index: remoting/webapp/app_remoting/manifest_common.json.jinja2 |
diff --git a/remoting/webapp/app_remoting/manifest_common.json.jinja2 b/remoting/webapp/app_remoting/manifest_common.json.jinja2 |
index 6001a10ac0a6f988cdff2e02f9cb40a3638c2b42..95d6908af545b35cbc298c43ef070d33ca6e3db4 100644 |
--- a/remoting/webapp/app_remoting/manifest_common.json.jinja2 |
+++ b/remoting/webapp/app_remoting/manifest_common.json.jinja2 |
@@ -49,7 +49,7 @@ |
"oauth2": { |
"client_id": "{{ REMOTING_IDENTITY_API_CLIENT_ID }}", |
"scopes": [ |
- "https://www.googleapis.com/auth/appremoting.runapplication https://www.googleapis.com/auth/googletalk https://www.googleapis.com/auth/userinfo#email https://www.googleapis.com/auth/userinfo.profile https://docs.google.com/feeds/ https://www.googleapis.com/auth/drive" |
+ "https://www.googleapis.com/auth/appremoting.runapplication https://www.googleapis.com/auth/googletalk https://www.googleapis.com/auth/userinfo#email https://www.googleapis.com/auth/userinfo.profile {{ OAUTH_GDRIVE_SCOPE }}" |
] |
}, |
"sandbox": { |