# NOT RUN {
## get the mime type for Google Spreadsheets
drive_mime_type("spreadsheet")
## get the mime type for jpegs
drive_mime_type("jpeg")
## it's vectorized
drive_mime_type(c("presentation", "pdf", "image/gif"))
## see the internal tibble of MIME types known to the Drive API
drive_mime_type(expose())
# }
Run the code above in your browser using DataLab