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

401
Views
¿Google Apps Script, imprime y no muestra mi archivo css?

Tengo otro problema, con mi scpript de aplicaciones de Google, ahora los archivos html, css y js están bien. Pero cuando llamo a una función

 .gs function func(){ var message=""; try { ); } catch (error) { message="Errors "+ "\r\nMessage: " + error.message + "\r\nFile: " + error.fileName + "\r\nLine: " + error.lineNumber; } finally { if(message=="") { message="Completed Successfully"; } Logger.log(message); } }

con

 .js function onFailure(error){ console.log("onFailure: " + error); } function onSuccess(resp) { console.log("onSuccess: "+ resp); } google.script.run.withFailureHandler(onFailure).withSuccessHandler(onSuccess).func();

la consola muestra estos registros, y no mi

 Net state changed from IDLE to BUSY Net state changed from BUSY to IDLE null

Solo trato de seguir mucho video pero no puedo ver el error. No entiendo donde me equivoque, por favor ayúdenme :'(.

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Publicar esto con fines de documentación.

Como menciona Tanaike en los comentarios, debe agregar un return message a su función si realmente desea devolver el valor (ref: return ).

Con respecto al Net state changed from IDLE to BUSY , consulte esta pregunta .

about 4 years ago · Juan Pablo Isaza Report
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!