NAME
Google::Client::Files
DESCRIPTION
A file resource client used in Google::Client::Collection to integrate with Googles Files REST API.
See https://developers.google.com/drive/v3/reference/files for documentation.
copy(Str $id, HashRef $query_params, HashRef $post_content)
create(HashRef $query_params, HashRef $post_content)
create_media(HashRef $query_params, HashRef $post_content)
delete(Str $id)
empty_trash()
export(Str $id, HashRef $query_params)
generate_ids(HashRef $query_params)
get(Str $id, HashRef $query_params)
list(HashRef $query_params)
update(Str $id, HashRef $query_params, HashRef $post_content)
update_media(Str $id, HashRef $query_params, HashRef $post_content)
watch(Str $id, HashRef $query_params, HashRef $post_content)
AUTHOR
Ali Zia, <ziali088@gmail.com>
REPOSITORY
https://github.com/ziali088/googleapi-client
COPYRIGHT AND LICENSE
This is free software. You may use it and distribute it under the same terms as Perl itself. Copyright (C) 2016 - Ali Zia