duythongle / fshare2gdrive

NodeJS script for direct uploading from FShare.vn FILES/FOLDERS to Google Drive without storing files locally.
MIT License
77 stars 52 forks source link

fix: add User-Agent header to pass API request #27

Closed sntran closed 3 years ago

sntran commented 3 years ago

Without User-Agent header, API returns 502.

Closes #26.