CGyB / Discord-Google-Drive-Musicbot

Simple discord bot to play music and manage your server
MIT License
1 stars 0 forks source link

구글 드라이브 권한 획득. #1

Open CGyB opened 2 years ago

CGyB commented 2 years ago

구글 드라이브 권한 획득과정에서 redirection이 로컬로 설정되어 token.json을 획득할 수 없음.

https://devdiary.tistory.com/6

https://gomcine.tistory.com/entry/%EA%B5%AC%EA%B8%80-API-%EC%82%AC%EC%9A%A9%EB%B2%95-%ED%82%A4-%EB%B0%9C%EA%B8%89-oauth-%EC%9D%B8%EC%A6%9D-%EB%B0%A9%EB%B2%95-%EC%A0%95%EB%A6%AC

글을 읽어보고 성공한다면

메뉴얼을 작성해서 팀원들에게 설명해주고 나중에 개발자를 위해 영어로 깃에 올림.

CGyB commented 2 years ago

https://developers.google.com/workspace/guides/create-credentials#configure_the_oauth_consent_screen

CGyB commented 2 years ago

https://developers.google.com/workspace/guides/create-credentials#create_a_credential

CGyB commented 2 years ago

redirect_uris에 “Qwe:qweq:wq:oauth:2.0:as”, 값이 붙으면 잘작동함 실제로 어떤 글에서 정삭적인 형태엔 저것이 있어야된다고함

CGyB commented 2 years ago

https://developers.google.com/identity/protocols/oauth2/native-app

CGyB commented 2 years ago