google-drive-vscode
google-drive-vscode copied to clipboard
Cannot open file
Describe the bug If I wanna open a file, for example a .docs:
I experience this issue:
(Ethereum is just the .docs which I try to open)
Expected behavior The file opens in VSC
Please complete the following information:
- VSCode Version [1.61]
- Extension version [1.3.2]
Additional context VSC has full access (the three checkboxes were checked)
Hello @yachty66, thank you very much for opening this issue!
This is a known behavior that specifically happens with Google Workspace files, such as Google Docs, Google Sheets, Google Slides, and custom formats regarding the Google Workspace family of products. When it comes to regular files that are not related to Google Workspace (such as .txt, .csv, .png and any other format), they are correctly open and downloaded.
As far as I remember, there is a specific Google Drive API that we could use to download / access these custom files as a traditional .docx, .xlsx, .pptx file. I believe that our problem is similar to this question on Stack Overflow.
I will leave this issue open so that this situation can be resolved in the future. Again, thanks for opening this issue!