This is a wrapper function for returning google form info and responses for multiple forms at once. The scopes it uses are the `See all your Google Forms forms.` and `See all responses to your Google Forms forms.` If you don't check this box on the OAuth screen this function won't work.
Examples
if (FALSE) { # \dontrun{
authorize("google")
form_list <- googledrive::drive_find(
shared_drive = googledrive::as_id("0AJb5Zemj0AAkUk9PVA"),
type = "form"
)
multiple_forms <- get_multiple_forms(form_ids = form_list$id)
} # }