-
Notifications
You must be signed in to change notification settings - Fork 14
Update Item Metadata
Kunal Varma edited this page Mar 9, 2016
·
1 revision
$metadata = array("name" => "new-name.txt");
$update = $client->updateMeta($itemID, $metadata);
You can move an item to a new location via the parentReference
property
$metadata = array("parentReference" => ["id" => $parentID]);
$updatedItem = $client->updateMeta($itemID, $metadata);
- Working with Drives
- Fetch Item
- [Fetch Children of a folder](Fetch Folder Items)
- Search
- Item Thumbnails
- [Download Item and Save it to a file](Download Item)
- Create Folder
- Create OR Upload File
- Conflict Behaviors
- [Update an Item's MetaData](Update Item Metadata)
- Copying and Moving Items
- Deleting an Item
- Create Sharing Links