How do I change the mime type to a google spreadsheet? For some reason @”application/vnd.google-apps.spreadsheet” doesn’t convert my “csv” to a true google spreadsheet.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To convert your csv into a Google spreadsheet you don’t have to specify the spreadsheet MIME type, but instead upload it normally and add the
?convert=truequery parameter to your request URL:https://developers.google.com/drive/v2/reference/files/insert