From a491fb5471959582a7854a968e6d9c93bc003089 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 24 Jan 2017 13:14:45 -0500 Subject: [PATCH] Update ToS page for projects --- src/gam.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gam.py b/src/gam.py index ed1b01e5..e222f205 100755 --- a/src/gam.py +++ b/src/gam.py @@ -6259,7 +6259,7 @@ def doCreateProject(login_hint=None): if u'message' in status[u'error'] and status[u'error'][u'message'].find(u'Callers must accept ToS') != -1: print u'''Please go to: -https://console.developers.google.com +https://console.cloud.google.com/start and accept the Terms of Service (ToS). As soon as you've accepted the ToS popup, you can return here and press enter.''' raw_input()