Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoel Monsalve committed Aug 1, 2021
1 parent 2b7bce3 commit 957dbc5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# GoogleDrivePythonLibrary
This library allows you to easily interact with Drive, as it was a common file system. Create folders, upload files, remove files, list directories and more. Also, it understands string paths, like 'path/to/folder/foo.txt'
This library allows you to easily interact with Drive, as it was a common file system.
Create folders, upload files, remove files, list directories and more.
Also, it understands string paths, like 'path/to/folder/foo.txt'
This is created as a way to notably increase the easiness of the official Google Drive
API library, by adding a set of high-level methods.

# References
* [https://developers.google.com/drive/api/v3/quickstart/python](https://developers.google.com/drive/api/v3/quickstart/python)
Expand Down

0 comments on commit 957dbc5

Please sign in to comment.