コード例 #1
0
 public GoogleDriveRequestWorker(string serviceAccountEmail, string keyFilePath, string applicationName)
     : this(DriveServiceHelper.AuthenticateServiceAccount(serviceAccountEmail, keyFilePath, applicationName))
 {
 }