moveFile
Move a specified file.
The call will move the file specified by the fileId
argument to the folder specified by the toFolderId
.
For more information, see the related documentation page.
Return
Call resulting in the metadata of the moved file
Parameters
The file id of the file to be moved.
The folder id of the folder where the file will be moved.
Move a specified file.
Same as calling moveFile (long, long)}
For more information, see the related documentation page.
Return
Call resulting in the metadata of the moved file
See also
(long, long)
Parameters
The RemoteFile to be moved. Must not be null.
The RemoteFolder where the file will be moved. Must not be null.
Throws
on a null toFolder
argument.
Move a specified file.
The call will move the file specified by the path
argument to the folder specified by the toPath
.
For more information, see the related documentation page.
Return
Call resulting in the metadata of the moved file
Parameters
The path of the file to be moved.
The path of the folder where the file will be moved.
Throws
on a null or empty toPath
argument.