Upload files with Drive #4346
Unanswered
salimdriai
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to save documents to the drive like so :
this creates two directories under
tmp
,uploads
anddocuments
, the file uploaded can be opened indocuments
directory, but not inuploads
directory , it says error occurred while loading file .and i can't get stream if i use the same location i used to save the file .
const stream = await Drive.getStream(location);
i know i'm missing something here in file upload, will be glad if someone helps .
this is my drive.ts config :
Beta Was this translation helpful? Give feedback.
All reactions