Skip to content

Commit 957dbc5

Browse files
author
Yoel Monsalve
committed
update README.md
1 parent 2b7bce3 commit 957dbc5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# GoogleDrivePythonLibrary
2-
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'
2+
This library allows you to easily interact with Drive, as it was a common file system.
3+
Create folders, upload files, remove files, list directories and more.
4+
Also, it understands string paths, like 'path/to/folder/foo.txt'
5+
This is created as a way to notably increase the easiness of the official Google Drive
6+
API library, by adding a set of high-level methods.
37

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

0 commit comments

Comments
 (0)