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

[README] Update DriveV3 example to use correct attributes #20522

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Nov 9, 2024

  1. fix(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#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 committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    2a7ce68 View commit details
    Browse the repository at this point in the history