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

Không get được link có pass #16

Open epubc opened 4 years ago

epubc commented 4 years ago

Hiện tại những link có password mình không thể nào get được!!! Mong bác fix hộ với ạ. Cảm ơn bác!

bienvanhoang commented 4 years ago

mong bác duythongle hỗ trợ thêm cho các file có mật khẩu, cảm ơn bác nhiều

sntran commented 3 years ago

Mình có thêm cái pull request #23 để hỗ trợ file có mật khẩu. Các bác muốn thì test thử.

duythongle commented 3 years ago

Mình có thêm cái pull request #23 để hỗ trợ file có mật khẩu. Các bác muốn thì test thử.

Merged. Thanks!

hoangtu21488 commented 3 years ago

nhập pass vào cách nào vậy bác

sntran commented 3 years ago

@hoangtu21488 Trước dòng lệnh tải bạn thêm vào FILE_PASSWORD=password_cua_file

hoangtu21488 commented 3 years ago

@hoangtu21488 Trước dòng lệnh tải bạn thêm vào FILE_PASSWORD=password_cua_file

bác cho 1 cái ví dụ cụ thể được ko. Mình ko rành lắm. cám ơn bạn

sntran commented 3 years ago

Chỗ đoạn này nè:

image

Sửa lại thành:

FILE_PASSWORD=password_cua_file curl -sS https://raw.githubusercontent.com/duythongle/fshare2gdrive/master/fshare2gdrive.js | \
tail -n+2 | node - "<fshare_file_url>" "<rclone_remote_name>" "<remote_folder_path>" | bash -s