mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-05 03:42:38 +00:00
test change
This commit is contained in:
@@ -249,10 +249,8 @@ const GoogleActions = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
await drive.permissions.create({
|
await drive.permissions.create({
|
||||||
resource : {
|
resource : { type : 'anyone',
|
||||||
type : 'anyone',
|
role : 'writer' },
|
||||||
role : 'writer'
|
|
||||||
},
|
|
||||||
fileId : obj.data.id,
|
fileId : obj.data.id,
|
||||||
fields : 'id',
|
fields : 'id',
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user