Questions tagged [google-drive-file-stream]

8 questions
4
votes
3 answers

Using G: Google Drive for desktop for Node JS projects (npm install errors)

Google Drive for desktop : Firstly, I'm using 'Google Drive for desktop' (formally called Google Drive Filestream) which gives me a G: where I can access all my Google Drive Files and Folders from my computer without Internet connection :…
2
votes
1 answer

install with NPM on Google Drive File stream

I'm developing Node.js app. I save all of the files on the Google Drive File Stream and it works very well. But when try to install some package with NPM in terminal, it makes error. Maybe terminal on VS Code cannot make new directory in Google…
Lit
  • 67
  • 9
2
votes
1 answer

Google Drive File Stream files creation date

I know it has been asked a few times already, but - not in this context I think and other questions have been asked few years ago already, so I'm hoping maybe something changed. So my issue is - I am uploading files to the Google Drive using Google…
Maciej B. Nowak
  • 1,180
  • 7
  • 19
1
vote
0 answers

Fetching data from Google Drive using Node JS

I am trying to fetch data of all the files of a particular folder from google drive. For which I have done all the steps mentioned in https://developers.google.com/drive/api/v3/quickstart/nodejs Also I am able to get the list of files of the folder…
1
vote
0 answers

When creating an angular project using angular cli inside the google drive using ng command

Errors Screenshots First screenshot Second Screenshot Third Screenshot Fourth Screenshot When the command ng new is run on the google drive file stream then the above errors are shown, however, no error is shown when the project is…
0
votes
2 answers

Nodejs - Unable to fetch data of files from google drive

I am trying to fetch data of a file from google drive. For which I have done all the steps mentioned in https://developers.google.com/drive/api/v3/quickstart/nodejs Also I am able to get the list of files in the drive. But I am not understanding how…
0
votes
1 answer

Read log file from Google DriveFS

I would like to find the reason for a bug with an application and the Google Drive on Mac. With FSMonitor, I see that drive writes many logs in a structured_log_* file at ~/Library/Application Support/Google/DriveFS/Logs/ when I have the issue. But…
The33Coder
  • 139
  • 7
0
votes
0 answers

Google Drive File Download from Java takes time when file size get increased

I want to download a file from Google Drive using Drive API and there is no issue with Google Drive API or configuration. The problem is, I have deployed this application on cloud instance and when I click on the download button it takes more time…