Skip to content

Instantly share code, notes, and snippets.

@LindaLawton
Created July 22, 2015 07:30
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save LindaLawton/159aeae628f4e62d87c3 to your computer and use it in GitHub Desktop.
var service = new DriveService(new BaseClientService.Initializer() {HttpClientInitializer = credential,
ApplicationName = "Drive API Sample",});
Copy link

ghost commented Nov 4, 2016

Hi thx for this post,

What is the type of Service Account that I must choose on Google Dev Console ?

  1. App Engine default service account
  2. Compute Engine default service account
  3. New Service Account

??? ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment