이 블로그의 인기 게시물
Ask stackoverflow
작성자:
Kim Huysep
페이스북 생활 코딩 그룹에 도움을 청했습니다. https://www.facebook.com/groups/codingeverybody/permalink/1263963496977517/ Google apps script로 서비스 개발 중입니다. Google forms submit event로 복사 작업을 시작했는데 Google forms를 사용하지 않고 기능을 구현하려니 어렵네요. 아시는 분 도움 주세요. 몇일째 응 답이 없네요. 어쩔 수 없이 짧은 영어로 Stackoverflow에 질문하고 기다리고 있습니다. http://stackoverflow.com/questions/38469442/alternate-google-forms-submit My old project http://eojji.blogspot.kr/2016/07/eojji-folder-service.html New project https://github.com/eojji/Google-drive-team-folder I wanted replace Anchor URL(web app + email) in Index.html Google forms submit is installable trigger. Installable trigger run as User who created the trigger. Google forms submit account is fixed. Team folder center account is no fixed. reference: Permissions and types of scripts https://developers.google.com/apps-script/guides/services/authorization#permissions_and_types_of_scripts Available types of triggers https://developers.google.co...
Advanced Drive Service in Apps Script.
작성자:
익명
Writes Apps Script errors in this spreadsheet 에 이어서 Google Apps Script로 Web App을 만들면서 try ... catch를 사용했습니다. 오류가 나면 Error 객체를 반환하는데 이때까지 name과 message만 사용해서 오류를 처리했습니다. message에 있는 문자열이 뭔가에 따라서 처리했는데 하면서도 이건 아니다 생각했었죠. Google Apps Script에서 Google Drive API 를 사용할 수 있도록 Advanced Drive Service 를 제공합니다. 다음은 Google Drive API에서 제공하는 오류입니다. Resolve errors https://developers.google.com/drive/api/v2/handle-errors { "error": { "errors": [ { "domain": "global", "reason": "badRequest", "message": "Bad Request" } ], " code ": 400, "message": "Bad Request" } } { "error" : { "errors" : [ { "domain" : "global" , "reason" : "badRequest" , ...
댓글