google-api-ruby-client
google-api-ruby-client copied to clipboard
[README] Update DriveV3 example to use correct attributes
This DriveV3 example attempts to call outdated V2 attributes that no longer exist in V3.
-
Google::Apis::DriveV3::FileList#itemsno longer exists in V3; it's been renamed tofiles. -
Google::Apis::DriveV3::File#titleno longer exists in V3; it's been renamed toname.
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
View this failed invocation of the CLA check for more information.
For the most up to date status, view the checks section at the bottom of the pull request.