You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# 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.
0 commit comments