Commit a32f6ae
committed
[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`.1 parent 61779ce commit a32f6ae
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments