GDrive# class mergernet.services.google.GDrive[source]# Bases: object Attributes base_path exists(path: str | Path)[source]# get(remote: Path, local: Path) → str | None[source]# static get_url(fileid)[source]# is_mounted() → bool[source]# move(from_path: str | Path, to_path: str | Path)[source]# send(local: Path, remote: Path) → str | None[source]# send_dir(local: Path, remote: Path) → str | None[source]# base_path = None#