Could you please add the "trash method" of Files.php like delete method? #1481
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
status: blocked
Resolving the issue is dependent on other work.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Like public function delete($fileId, $optParams = array())
{
$params = array('fileId' => $fileId);
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
Why not have the trash method aswell?
I know i can hack the file and do it on my own, but i think you could also add it to the source code
The text was updated successfully, but these errors were encountered: