Application: Connecting to BigQuery using BigQuery APIs for Java Environment: Eclipse, Windows 7
My application was running fine until last night. I\'ve made no changes
Try this to set your application name
Drive service = new Drive.Builder(httpTransport, jsonFactory, null) .setHttpRequestInitializer(credential) .setApplicationName("Your app name") .build();