Projects STRLCPY got-your-back Commits 709814ba
🤬
  • update dev console URL after Google change

  • Loading...
  • Jay Lee committed 5 years ago
    709814ba
    1 parent febdd108
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    gyb.py
    skipped 815 lines
    816 816   print('Unknown error: %s' % content)
    817 817   return False
    818 818   
    819  - console_credentials_url = 'https://console.developers.google.com/apis/credentials/consent?createClient&project=%s' % projectId
     819 + console_credentials_url = 'https://console.developers.google.com/apis/credentials/consent/edit?createClient&newAppInternalUser=true&project=%s' % projectId
    820 820   while True:
    821 821   print('''Please go to:
    822 822   
    skipped 1355 lines
Please wait...
Page is in error, reload to recover