CopyResource Method
Copies a file.
Object Oriented Interface
public function doCopyResource($resourcetitle);
Procedural Interface
incloudstorage_googledrive_do_copyresource($res, $resourcetitle);
Remarks
This method copies the file specified by ResourceId. The ResourceTitle parameter defines the name of the newly created file. The Id of the newly created file is returned by this method.