struct Google::Drive::V3::Files
- Google::Drive::V3::Files
- Google::Drive::V3::API
- Google::API
- Struct
- Value
- Object
Defined in:
drive.crInstance Method Summary
- #export(file : File, mime_type : String, token : String, &)
- #export(id : String, mime_type : String, token : String, &)
- #get(file : File, token : String)
- #get(id : String, token : String)
- #get_contents(file : File, token : String, &)
- #get_contents(id : String, token : String, &)
- #list(token : String, page_size : Int32 | Nil = nil, page_token : String | Nil = nil, q : String | Nil = nil, limit : Int32 | Nil = nil)
Instance methods inherited from struct Google::Drive::V3::API
http_get(path : String, token : String, as type = CommentList)http_get(path : String, token : String, as type = CommentList, &) http_get
Instance methods inherited from struct Google::API
client : Client
client
Constructor methods inherited from struct Google::API
new(client : Google::Client)
new
Macros inherited from struct Google::API
discover(url)
discover
Instance Method Detail
def list(token : String, page_size : Int32 | Nil = nil, page_token : String | Nil = nil, q : String | Nil = nil, limit : Int32 | Nil = nil)
#