Skip to content

Commit

Permalink
clearifications.
Browse files Browse the repository at this point in the history
  • Loading branch information
takotab committed Mar 29, 2019
1 parent b695d27 commit f463297
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This will restore the keys with the corresponding urls in `cloudfile.json`. Add

`python -m cloudfile add_file`

Uploud the file to google drive and adds the link to `cloudfile.json`. To use this option you need to install Google Client Library. This means executing `pip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib`. The files will be called `cloudfile_{filename}` and by default will be accessible to anyone who has the link.
Uploud the file to google drive and adds the link to `cloudfile.json`. To use this option you need to install Google Client Library and login to your google account. This means executing `pip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib`. The files will be called `cloudfile_{filename}` and by default will be accessible to anyone who has the link.

`python -m cloudfile add_link file url`

Expand All @@ -33,4 +33,4 @@ Download the file even if the file already exists.
- make zip of files
- add_folder
- Handle larger files (<5MB)
- Make a folder `cloudfile`
- Make a google drive folder `cloudfile`

0 comments on commit f463297

Please sign in to comment.