Closed AtkinsonA-LBE closed 2 years ago
Currently having issues downloading an excel file from Google Drive as the appropriate mimetype. Every time I download my existing file using .GetContentFile it downloads as a .file opposed to an excel file. Below is my current code:
https://github.com/AktinsonA/.GetContent/blob/f03ef6c67f15b884e8a0f154b1646d60df7c333f/GetContentFile()%20Google%20Drive%20API#L1-L34
Is there a quick fix for this? I would appreciate help.
Resolved issue renaming File_Name as File_Name + '.xlsx'
Currently having issues downloading an excel file from Google Drive as the appropriate mimetype. Every time I download my existing file using .GetContentFile it downloads as a .file opposed to an excel file. Below is my current code:
https://github.com/AktinsonA/.GetContent/blob/f03ef6c67f15b884e8a0f154b1646d60df7c333f/GetContentFile()%20Google%20Drive%20API#L1-L34
Is there a quick fix for this? I would appreciate help.