Platform/BackEnd

[javascript] 구글스프레드시트에서 읽어오기-(0)

개랭갱깽스타 2021. 8. 2. 18:43

0. 

회사에서 하고 있는 프로젝트 중에, Google Spread Sheet 를 이용해서 xml 설정 파일을 만들고, 해당 설정 파일을 Android App 에서 이용하는 부분이 있었다.

매번, xml 파일을 수기로 만들어야 했고, 내가 해당 설정파일 필드를 하나도 빠짐 없이 체크해야 하는 것이 부담이되서, 컴퓨터를 믿어보기로 했다.

간단하게, Google Spread 에서 javascript 적용 기능을 이용해서 진행할 수도 있었다.

하지만, 나는 javascript 파일을... 내 로컬에서 작업하고 싶었나보다ㅎㅁㅎ 그래서 어떻게 할까.. 하다가 Node 도 깔고 해서 진행해보려고 마음 먹었다!

Mac 환경에서의 Node 방법은 여기에

2021.08.03 - [Platform/Web] - [Node.js] Mac 환경에서 설치하기

 

1.

일단, Google SpreadSheet 에서 제공하는 Example 을 이용해 테스트를 해 보기로 했다.

 

 

 

Google Cloud Platform 

The developer hasn’t given you access to this app

 

 

 

 

 

https://stackoverflow.com/questions/65756266/error-403-access-denied-the-developer-hasn-t-given-you-access-to-this-app-despi

 

Error 403: access_denied The developer hasn’t given you access to this app despite a new project being created

Please note: This is NOT a duplicate as I followed the SO only verified answer by creating a new project yet it didn't work. Also my case is with chrome extension or chrome app client ID from dev c...

stackoverflow.com

반응형