Skip to content

Instantly share code, notes, and snippets.

@LindaLawton
Created July 22, 2015 07:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LindaLawton/19cb321570c82e16e77a to your computer and use it in GitHub Desktop.
Save LindaLawton/19cb321570c82e16e77a to your computer and use it in GitHub Desktop.
var services = new DriveService(new BaseClientService.Initializer(){
ApiKey = "[API key]", // from https://console.developers.google.com (Public API access)
ApplicationName = "Drive API Sample",
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment