Moves a file or folder to a new location.
@param from path to file or folder to move
@param to fully qualified new path for file/folder (must include name of the file/folder itself)
@throws FileMoveCollisionException if file move failed since there is already another file withthe same name at the destination
@throws InvalidTokenException if OAuth token for the current user is not valid
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.