강의

멘토링

커뮤니티

Inflearn Community Q&A

alpig's profile image
alpig

asked

Simple Blog Made with Google Sheets!

URL Routing

URL 라우터 Forbidden Error 403 오류

Written on

·

280

0

URL Routing 에서 어느 링크 를 누르든 Forbidden Error 403 페이지가 나옵니다.
직접 URL 로 하면 잘 되서
<li class="nav-item"><a class="nav-link" href="<?= ScriptApp.getService().getUrl() ?>?page=index" target="_top">Home</a></li>
 
이렇게 링크를 바꿨습니다만... 혹시 해결책이 있을까요??
bootstrapvscodeGoogle Apps Script

Answer

This question is waiting for answers
Be the first to answer!
alpig's profile image
alpig

asked

Ask a question