Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(services/gdrive): Update Google Drive capabilities list docs #4158

Merged
merged 1 commit into from
Feb 6, 2024

Conversation

jihuayu
Copy link
Member

@jihuayu jihuayu commented Feb 6, 2024

We have already supported the list, copy, and rename commands for Google Drive.

ma.set_scheme(Scheme::Gdrive)
.set_root(&self.core.root)
.set_native_capability(Capability {
stat: true,
read: true,
list: true,
write: true,
create_dir: true,
delete: true,
rename: true,
copy: true,
..Default::default()
});

@jihuayu jihuayu requested a review from Xuanwo as a code owner February 6, 2024 09:14
@Xuanwo Xuanwo changed the title Docs(services/gdrive): Update Google Drive capabilities list docs docs(services/gdrive): Update Google Drive capabilities list docs Feb 6, 2024
Copy link
Member

@Xuanwo Xuanwo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@Xuanwo Xuanwo merged commit 7396c7b into apache:main Feb 6, 2024
53 of 54 checks passed
@jihuayu jihuayu deleted the f/doc branch February 6, 2024 09:20
@suyanhanx
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants