mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
update drive3 to the latest version
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
site_name: drive v4.0.1+20220225
|
||||
site_name: drive v4.0.2+20220225
|
||||
site_url: http://byron.github.io/google-apis-rs/google-drive3-cli
|
||||
site_description: A complete library to interact with drive (protocol v3)
|
||||
|
||||
@@ -7,54 +7,64 @@ repo_url: https://github.com/Byron/google-apis-rs/tree/main/gen/drive3-cli
|
||||
docs_dir: docs
|
||||
site_dir: build_html
|
||||
|
||||
pages:
|
||||
- ['index.md', 'Home']
|
||||
- ['about_get.md', 'About', 'Get']
|
||||
- ['changes_get-start-page-token.md', 'Changes', 'Get Start Page Token']
|
||||
- ['changes_list.md', 'Changes', 'List']
|
||||
- ['changes_watch.md', 'Changes', 'Watch']
|
||||
- ['channels_stop.md', 'Channels', 'Stop']
|
||||
- ['comments_create.md', 'Comments', 'Create']
|
||||
- ['comments_delete.md', 'Comments', 'Delete']
|
||||
- ['comments_get.md', 'Comments', 'Get']
|
||||
- ['comments_list.md', 'Comments', 'List']
|
||||
- ['comments_update.md', 'Comments', 'Update']
|
||||
- ['drives_create.md', 'Drives', 'Create']
|
||||
- ['drives_delete.md', 'Drives', 'Delete']
|
||||
- ['drives_get.md', 'Drives', 'Get']
|
||||
- ['drives_hide.md', 'Drives', 'Hide']
|
||||
- ['drives_list.md', 'Drives', 'List']
|
||||
- ['drives_unhide.md', 'Drives', 'Unhide']
|
||||
- ['drives_update.md', 'Drives', 'Update']
|
||||
- ['files_copy.md', 'Files', 'Copy']
|
||||
- ['files_create.md', 'Files', 'Create']
|
||||
- ['files_delete.md', 'Files', 'Delete']
|
||||
- ['files_empty-trash.md', 'Files', 'Empty Trash']
|
||||
- ['files_export.md', 'Files', 'Export']
|
||||
- ['files_generate-ids.md', 'Files', 'Generate Ids']
|
||||
- ['files_get.md', 'Files', 'Get']
|
||||
- ['files_list.md', 'Files', 'List']
|
||||
- ['files_update.md', 'Files', 'Update']
|
||||
- ['files_watch.md', 'Files', 'Watch']
|
||||
- ['permissions_create.md', 'Permissions', 'Create']
|
||||
- ['permissions_delete.md', 'Permissions', 'Delete']
|
||||
- ['permissions_get.md', 'Permissions', 'Get']
|
||||
- ['permissions_list.md', 'Permissions', 'List']
|
||||
- ['permissions_update.md', 'Permissions', 'Update']
|
||||
- ['replies_create.md', 'Replies', 'Create']
|
||||
- ['replies_delete.md', 'Replies', 'Delete']
|
||||
- ['replies_get.md', 'Replies', 'Get']
|
||||
- ['replies_list.md', 'Replies', 'List']
|
||||
- ['replies_update.md', 'Replies', 'Update']
|
||||
- ['revisions_delete.md', 'Revisions', 'Delete']
|
||||
- ['revisions_get.md', 'Revisions', 'Get']
|
||||
- ['revisions_list.md', 'Revisions', 'List']
|
||||
- ['revisions_update.md', 'Revisions', 'Update']
|
||||
- ['teamdrives_create.md', 'Teamdrives', 'Create']
|
||||
- ['teamdrives_delete.md', 'Teamdrives', 'Delete']
|
||||
- ['teamdrives_get.md', 'Teamdrives', 'Get']
|
||||
- ['teamdrives_list.md', 'Teamdrives', 'List']
|
||||
- ['teamdrives_update.md', 'Teamdrives', 'Update']
|
||||
nav:
|
||||
- Home: 'index.md'
|
||||
- 'About':
|
||||
- 'Get': 'about_get.md'
|
||||
- 'Changes':
|
||||
- 'Get Start Page Token': 'changes_get-start-page-token.md'
|
||||
- 'List': 'changes_list.md'
|
||||
- 'Watch': 'changes_watch.md'
|
||||
- 'Channels':
|
||||
- 'Stop': 'channels_stop.md'
|
||||
- 'Comments':
|
||||
- 'Create': 'comments_create.md'
|
||||
- 'Delete': 'comments_delete.md'
|
||||
- 'Get': 'comments_get.md'
|
||||
- 'List': 'comments_list.md'
|
||||
- 'Update': 'comments_update.md'
|
||||
- 'Drives':
|
||||
- 'Create': 'drives_create.md'
|
||||
- 'Delete': 'drives_delete.md'
|
||||
- 'Get': 'drives_get.md'
|
||||
- 'Hide': 'drives_hide.md'
|
||||
- 'List': 'drives_list.md'
|
||||
- 'Unhide': 'drives_unhide.md'
|
||||
- 'Update': 'drives_update.md'
|
||||
- 'Files':
|
||||
- 'Copy': 'files_copy.md'
|
||||
- 'Create': 'files_create.md'
|
||||
- 'Delete': 'files_delete.md'
|
||||
- 'Empty Trash': 'files_empty-trash.md'
|
||||
- 'Export': 'files_export.md'
|
||||
- 'Generate Ids': 'files_generate-ids.md'
|
||||
- 'Get': 'files_get.md'
|
||||
- 'List': 'files_list.md'
|
||||
- 'Update': 'files_update.md'
|
||||
- 'Watch': 'files_watch.md'
|
||||
- 'Permissions':
|
||||
- 'Create': 'permissions_create.md'
|
||||
- 'Delete': 'permissions_delete.md'
|
||||
- 'Get': 'permissions_get.md'
|
||||
- 'List': 'permissions_list.md'
|
||||
- 'Update': 'permissions_update.md'
|
||||
- 'Replies':
|
||||
- 'Create': 'replies_create.md'
|
||||
- 'Delete': 'replies_delete.md'
|
||||
- 'Get': 'replies_get.md'
|
||||
- 'List': 'replies_list.md'
|
||||
- 'Update': 'replies_update.md'
|
||||
- 'Revisions':
|
||||
- 'Delete': 'revisions_delete.md'
|
||||
- 'Get': 'revisions_get.md'
|
||||
- 'List': 'revisions_list.md'
|
||||
- 'Update': 'revisions_update.md'
|
||||
- 'Teamdrives':
|
||||
- 'Create': 'teamdrives_create.md'
|
||||
- 'Delete': 'teamdrives_delete.md'
|
||||
- 'Get': 'teamdrives_get.md'
|
||||
- 'List': 'teamdrives_list.md'
|
||||
- 'Update': 'teamdrives_update.md'
|
||||
|
||||
theme: readthedocs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user