google-api-ruby-client icon indicating copy to clipboard operation
google-api-ruby-client copied to clipboard

[README] Update DriveV3 example to use correct attributes

Open garyhtou opened this issue 1 year ago • 1 comments

This DriveV3 example attempts to call outdated V2 attributes that no longer exist in V3.

  • Google::Apis::DriveV3::FileList#items no longer exists in V3; it's been renamed to files.
  • Google::Apis::DriveV3::File#title no longer exists in V3; it's been renamed to name.

garyhtou avatar Nov 09 '24 11:11 garyhtou

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.

google-cla[bot] avatar Nov 09 '24 11:11 google-cla[bot]