У меня есть этот код
Код: Выделить всё
$params = array();
$file = new Google_Service_Drive_DriveFile();
$file->setProperties("myProp"=>null);
$response = $driveService->files->update($fileid,$file,$params);
Подробнее здесь: https://stackoverflow.com/questions/786 ... e-drive-ob