How to copy from spesific shared google drive folder into local machine

Hi,

When I Tried to list shared google drive folder, it looked like this :

~/henriotesting >>> docker run -it \
--volume ~/.config/rclone:/config/rclone
--volume ~/data:/data:shared
--user $(id -u):$(id -g)
rclone/rclone
lsf --drive-shared-with-me "henrio test":confused:
2020/09/14 08:57:47 ERROR : error reading available plugins: Error creating : /.cache/rclone/webgui/plugins/config
0. Feature Technical Notes/
027. SK Perjalanan Dinas Dalam Negeri.pdf
028. SK Perjalanan Dinas Luar Negeri.pdf
029. SK Ketentuan Lembur.pdf
033. SK Penghentian Pemberian Tunjangan dalam menghadapi Pandemi Covid-19.pdf
035-CIU. SK Protokol Khusus Cegah Penyebaran Covid19.pdf
036-CIU. SK Ketentuan Work From Home.pdf
15 juni.docx
Ascentis Test Case.xlsx
Belibang.docx
Bogor-Tangerang Cleaning.xlsx
CBS Meeting notes.docx
DATA TAHAP 1 FIX.xlsx
Discount Module & Pax Test Case.xlsx
Discount Module.xlsx
FORMASI CPNS KABUPATEN MALANG 2019.pdf
FRSes/
FTN - Diner App Payment (CRM & iPay88).docx
FTN - Discount Module.docx
FTN - KDS Engage A&W.docx
FTN - Sales Type Multi Level Pricing.docx
FTN - Staff Discount.docx
Feature Technical NotesCRM.docx
GH_Line.pdf
GH_NinjaXpress.pdf
GH_Sinbad.pdf
GH_Tinvio.pdf
Ide bisnis economy recovery.docx
Initial Survey - ZTM family/
Insentif Mass Survey 7 Aug - 2.xlsx
Link Publikasi Jakarta Tanggap Corona/
MEMO030.Ketentuan WFH sehubungan dengan Wabah Covid-19.pdf
MEMO031.Perpanjangan sistem WFH sehubungan dengan Wabah Covid-19.pdf
MEMO033.Perpanjangan sistem WFH sehubungan dengan Wabah Covid-19.pdf
MEMO034.Perpanjangan sistem WFH sehubungan dengan Wabah Covid-19.pdf
MEMO035. Libur Idul Fitri 1441 H.pdf
MEMO043-CIU. Pemberlakuan Wfh 50% Di New Normal.pdf
MEMO045-CIU. Cuti Bersama Tahun Baru Islam 1442 H.pdf
MEMO046-CIU. Penerapan WFH 100%.pdf
MEMO27_Hari Libur Natal 2019.pdf
MOM: Streetbox 11 juni 2020.docx
Maphy Integration List.xlsx
Materi Sosialisasi Manulife.pdf
MoM/
OFFLINE DKI.xlsx
PAJAK SOULSPIN/
PENILAIAN DAN EVENT 2019.xlsx
POC Format OP.xlsx
Query report A&W.docx
Revamp SOS.xlsx
SK037-CIU. Penghentian Benefit Parkir Pegawai.pdf
SOS Flow.xlsx
STREET BOX PLANNING.xlsx
STREETBOX
SURVEY TAHAP 2.xlsx
Server Efficiency.xlsx
Spend Time Report/
Streetbox UAT 06/07/20.xlsx
Survey batch 3.xlsx
Test Result Edenred API.docx
Work Report Form .docx
YANG MASIH BELUM TAHAP 1.xlsx
crawling.7z
installers/
jrxml/
kds/
pos.apk
production/
web_efd.zip

when I execute this command, it will copy all the listed folder instead of specific folder:
docker run -it \
--volume ~/.config/rclone:/config/rclone
--volume ~/data:/data:shared
--user $(id -u):$(id -g)
rclone/rclone
copy --drive-shared-with-me "henrio test":/"PAJAK SOULSPIN"

so the question as the title said, how to copy shared folder named "PAJAK SOULSPIN" to local machine?

okay. it solved now when I continue workaround.

the config already point out to drive share. so all you gonna have to do, is execute this command what i did:

docker run -it
--volume ~/.config/rclone:/config/rclone
--volume ~/data:/data:shared
--user $(id -u):$(id -g)
rclone/rclone
copy --drive-shared-with-me "henrio test": .

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.