示例#1
0
 public string CreateGoogleDriveFolder(string folderName)
 {
     return(ServiceHelper.CreateFolder(folderName));
 }