Pepguy commited on
Commit
404e635
·
verified ·
1 Parent(s): 9eefbfa

Update app.js

Browse files
Files changed (1) hide show
  1. app.js +1 -1
app.js CHANGED
@@ -24,7 +24,7 @@ async function uploadBackup(filePath, fileName) {
24
  const res = await drive.files.create({
25
  requestBody: {
26
  name: fileName,
27
- parents: ['FOLDER_ID'], // optional: set your shared folder
28
  },
29
  media: {
30
  mimeType: 'application/json',
 
24
  const res = await drive.files.create({
25
  requestBody: {
26
  name: fileName,
27
+ parents: ['1AZaP0NKXcGkU_lpKa-Qkxl5FXvaiqJfW'], // optional: set your shared folder
28
  },
29
  media: {
30
  mimeType: 'application/json',