Metadata-Version: 2.1
Name: dacon
Version: 0.1.5
Summary: dacon-open-api
Home-page: https://github.com/dacon-ds2/dacon-open-api
Author: dacon
Author-email: dacon@dacon.io
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# open-api

### G-drive에서 다운 받기

문제점:

- 지금 방식은 데이터 원본을 깃허브에 올려야 함. 그래서 용량이 큰 데이터는 불가능.

해결방법:

- 대회 데이터는 Google Drive에 올라감. 그렇다면 open-api에서 Google Drive에 접근하여 데이터를 받아올 수 있으면 괜찮을 것

03/22 이슈 사항

- 구글 드라이브에 업로드된 파일명이 한글인 경우, decoding 에러가 발생 (해결 가능)
- 또한 zip 파일 이름이 한글인 경우에는 다운로드조차 불가능 (해결 방법 모름)

