Update ToS page for projects

This commit is contained in:
Jay Lee
2017-01-24 13:14:45 -05:00
parent 33cfb940b4
commit a491fb5471

View File

@@ -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: 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: 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.''' 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() raw_input()