- How To Download Files From Google Drive
- How To Download Videos From Google …
- Can't Download From Google Drive
I'm working with Google Drive but from time to time I receive error from Google saying: (but only while trying to download file. Removing or adding file is still.
I'm working with Google Drive but from time to time I receive error from Google saying: (but only while trying to download file. removing or adding file is still working)
Below is the code I'm using to get file stream from Google Drive:
1 Answer
The 'Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup.' is misleading. It implies you've reached some kind of quota, but that is almost never the case.
The Drive quota for unauthenticated use is ZERO. So what the message is really telling you is that your Drive request isn't carrying an Auth token. You should trace the http and you will find that the requests that are failing are missing the Authorization header. As to why, well that's an exercise for the reader.
pinoyyidpinoyyid