Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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`.
- Loading branch information