Documentation
¶
Index ¶
- func Delete(d *gdrive.Drive, fileId string) error
- func Download(d *gdrive.Drive, fileId string, stdout, deleteAfterDownload bool, ...) error
- func DownloadLatest(d *gdrive.Drive, stdout bool, format string, force bool) error
- func Folder(d *gdrive.Drive, title string, parentId string, share bool) error
- func Info(d *gdrive.Drive, fileId string, sizeInBytes bool) error
- func List(d *gdrive.Drive, query, titleFilter string, maxResults int, ...) error
- func Quota(d *gdrive.Drive, sizeInBytes bool) error
- func Share(d *gdrive.Drive, fileId string) error
- func Unshare(d *gdrive.Drive, fileId string) error
- func Upload(d *gdrive.Drive, input *os.File, title string, parentId string, share bool, ...) error
- func UploadStdin(d *gdrive.Drive, input io.ReadCloser, title string, parentId string, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Download ¶
func Download(d *gdrive.Drive, fileId string, stdout, deleteAfterDownload bool, format string, force bool) error
Download file from drive
func DownloadLatest ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.