CGyB / Discord-Google-Drive-Musicbot

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

구글 드라이브 api responseType : stream 반환결과 #14

Open CGyB opened 2 years ago

CGyB commented 2 years ago

현재 google drive api의 get을 사용해서 불러오는 형식이

과거에는 responsetype:stream을 쓸경우 바로 스트림 데이터로 반환됐지만

현재는 뭔지모를 undefined 타입이 출력되고 있음

CGyB commented 2 years ago

https://stackoverflow.com/questions/59017408/get-readable-stream-from-drive-files-get

CGyB commented 2 years ago

사용방식이 변경된것 같습니다. {stream} = drive.files.get에서 stream = drive.files.get으로 바뀌었으며, object가 반환되고 stream.data가 우리가 원하는 stream데이터를 가지고 있습니다.