-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
It seems this github action fails when uploadTo point to a shared drive
Maybe by using supportsAllDrives: true should solve this
return drive.files.create({
requestBody: {
mimeType: options.mimeType,
name: options.name || options.path,
parents: options.parents,
appProperties: {
source: options.path,
"glob-to-drive": true
}
},
media: {
mimeType: options.mimeType,
body: fs.createReadStream(options.path)
},
supportsAllDrives: true
});
Metadata
Metadata
Assignees
Labels
No labels