GoogleCloudPlatform / ide-login

The plugins-login-common library for authenticating with the Google Cloud Platform shared by several IDE plugins including Google Cloud Tools for Eclipse, Google Cloud Tools for IntelliJ, and Android Studio.
Apache License 2.0
2 stars 9 forks source link

Set application name when calling Google APIs #41

Closed chanseokoh closed 7 years ago

chanseokoh commented 7 years ago
Feb 01, 2017 12:14:28 PM com.google.api.client.googleapis.services.AbstractGoogleClient <init>
WARNING: Application name is not set. Call Builder#setApplicationName.

The only API being used at the moment is OAuth2 API though.

A default name could be "google-ide-login", but we should allow clients of this library to set a custom application name.