Closed NTJ3 closed 2 years ago
Getting what error? Copy/Paste the error text.
My wild guess, it's a timeout issue, though. Search for fetchTimeout
in the docs.
DOMException: Aborted Exact this is the error
I routinely get an "abort" error when I try to upload files. It works though, probably 80% of the time. @NTJ3 did you find any solution?
{message: 'Aborted' name: 'AbortError'}
Tyring to set fetchTimeout
to 10 seconds to see if that helps.
That seems to do the trick. I can force the error by setting the timeout super low.
gdrive.fetchTimeout = 10000
is working for me now.
I'll close it, since it's been inactive for a while.
@RobinBobin getting this error while getting binary for bigger file. I'm trying with file size almost 20mb