이 블로그의 인기 게시물
Share a Google Form as “View Only”
작성자:
Kim Huysep
Google Form을 보기 가능으로 공유하려고 했는데 실패했습니다. Tutorial: Expense Report Approval - Simple workflow application 에서 복사한 시트를 참조하여 Form을 만들고 이것을 보기 가능으로 공유하려고 했는데 안됩니다. 참조한 사이트는 아래와 같습니다. http://www.coffeenancy.com/2015/04/share-a-google-form-as-view-only/ At the top of your form, click the View responses button. view responses When the spreadsheet opens, click the blue Share button and add your collaborators, giving them view only access. Instruct them to make their own copy of the spreadsheet. Once they have opened their copy of your spreadsheet, all they have to do is go to the Form menu and select Edit form. This will give them access to their copy of your original form, which they can edit and change to meet their own needs. https://developers.google.com/apps-script/articles/expense_report_approval Section 1: Setting up the Expense Report Form OPEN TEMPLATE SPREADSHEET 위의 링크를 사용하여 열린 구글 스프레드시트에 Form 메뉴가 없습니다. 그래서 Form을 만들고 위의 Share a Google Form as “V...
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" , ...
댓글