Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

150
Views
Desactivar las notificaciones por correo electrónico para compartir archivos y carpetas de la unidad

Estoy tratando desesperadamente de recibir notificaciones para no aparecer en los correos electrónicos. Al agregar y eliminar personas, quiero que haya 0 posibilidades de que la persona sea notificada.

Probé addEditor/removeEditor, y ahora estoy probando la API de Drive de Google. Aquí está mi código de muestra. Muchas gracias de antemano:

 function addPermission() { fol = DriveApp.getFolderById('string here') //Normally an actual ID in String Type. Removed for confidentiality. files = fol.getFiles(); while (files.hasNext()) { var file = files.next(); Drive.Permissions.insert( { 'role': 'writer', 'type': 'user', 'value': 'email' //I put in an email in the string - Removed for confidentiality }, file.getId(), { 'sendNotificationEmails': false } ); } folders = fol.getFolders(); }
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!