7월, 2019의 게시물 표시

Preorder Copy Android App

이미지
doGet Parameters in Apps Script 에 이어서 Pre-order copy 앱을 안드로이드에서 사용할 수 있도록 만들었습니다. Google Play에서 앱을 찾아서 설치할 수 있습니다. Preorder Copy Android App https://play.google.com/store/apps/details?id=com.eojji.preordercopy Preorder Copy Android App.png

doGet Parameters in Apps Script

이미지
Apps Script로 Web App을 만들 때 doGet함수의 매개 변수 e는 event object입니다. Web Apps https://developers.google.com/apps-script/guides/web Request Parameters e.parameter : An object of key/value pairs that correspond to the request parameters. Only the first value is returned for parameters that have multiple values. Query string https://en.wikipedia.org/wiki/Query_string Pre-order copy 앱의 doGet 함수에 src parameter를 추가했습니다. 이것은 사용자가 앱의 Source 입력 상자에 문자열을 입력하고 Copy 버튼을 클릭하는 것과 같습니다. src Parameter 기능을 확인하기 위해서 파일을 복사해 보겠습니다. EOJJI Why and How logo.png Google 드라이브에 있는 이 파일의 URL은 다음과 같습니다. https://drive.google.com/file/d/0B_MA3GXgQ1ulX2h3aF9YSnNSUzQ/view Pre-order copy 앱 실행 URL은 다음과 같습니다. https://script.google.com/macros/s/AKfycbzIf1xfQ7HH1SSQdR_LCFTtR-YrajOrv1RysWDzu8eUyKdumQE/exec Pre-order copy 앱 실행 URL 뒤에 ?src=를 적고 EOJJI Why and How logo.png 파일 URL을 덧 붙입니다. https://script.google.com/macros/s/AKfycbzIf1xfQ7HH1SSQdR_LCFTtR-YrajOrv1R

Create web apps for Android devices

이미지
Android 기기용 웹 앱 만들기 Apps Script로 만든 웹 앱을 Android 기기에서 사용할 수 있도록 Google Play에 게시할 수 있습니다. Copy Google drive folder App https://copy.gfolder.net/ Create web apps for Android devices https://support.google.com/a/answer/9187142 You can use the Google Admin console to publish web apps to managed Google Play. A web app is an Android app that you create using a website address (URL), icon image, and title. When a user opens a web app on their device, the app’s URL opens in Chrome Browser. Web apps are only available to users in your organization and can’t be made public. You distribute them to your users just like other Android apps. Create and manage web apps through the Admin console https://gsuiteupdates.googleblog.com/2018/12/create-manage-web-apps-in-g-suite.html Deploy Google Apps Script web app as an Android application https://www.kutil.org/2019/01/deploy-google-apps-script-web-app-as.html Chrome Custom Tabs