view drive_example/README.md @ 76:fe7447eb1cb5 common_v0.1.3

Bump version: common_v0.1.3
author Lewin Bormann <lbo@spheniscida.de>
date Tue, 20 Oct 2020 16:33:24 +0200
parents de5eb66df9ec
children c2efbeae7103
line wrap: on
line source

# `drive_example`

List your Google Drive root directory, or upload a file.

```shell
$ cargo run
# Lists all objects in your root folder of Drive.
...
$ cargo run -- ~/some_file.txt
# Uploads the given file to your root folder, and prints the involved File
# objects and the used request parameters.
...
```