0

I'm building Google App Script product, when I deployed GAS project, I only want people in my organization can access to the app. It's ok with the browser when user already login with my organization email. But how I can access deployed URL by Postman or Terminal, Do I need access token or anything else? Any advice is welcome!

alt text

Any advice is welcome!

Tran B. V. Son
  • 759
  • 2
  • 12
  • 31
  • Possible duplicate of [Authentication when deploy Google App Script as a Web app](https://stackoverflow.com/questions/56319332/authentication-when-deploy-google-app-script-as-a-web-app) – sinaraheneba May 31 '19 at 09:12

1 Answers1

0

I would like to suggest to use the OAuth PlayGround using the Google Apps Script deployed projects. You can also check this similar SO post for more solutions regarding your issue.

Jessica Rodriguez
  • 2,899
  • 1
  • 12
  • 27