|
|
|
ช่วยแนะนำวิธีสร้าง subdirectory ใน Google Drive หน่อยครับ |
|
|
|
|
|
|
|
Code (PHP)
//Creating a folder
$fileMetadata = new Google_Service_Drive_DriveFile(array(
'name' => 'IMGUpload',
'mimeType' => 'application/vnd.google-apps.folder'));
$file = $service->files->create($fileMetadata, array(
'fields' => 'id'));
printf("Folder ID: %s\n", $file->id);
ก็แบบที่คุณเขียนนะครับ
มันได้ response อะไรกลับมาหรือ
|
|
|
|
|
Date :
2018-08-28 18:17:45 |
By :
DK |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|