alx-xlx / gdrive-clone

Clone a shared google drive link to your own google drive
MIT License
62 stars 39 forks source link

Guide for using this? I have done all steps i have my bot ready #1

Closed ProtoManGG closed 1 year ago

ProtoManGG commented 3 years ago

But I still dont know how to use it can you help please ?

I used Gcopy.sh with sudo permissions still i got the error:

image

alx-xlx commented 3 years ago

Line 49 of gcopy.sh has some permission issue

${REPOPATH}/gclone copy gc:{`echo $SOURCE | sed 's/.*folders\///'`} gc:{$DESTINATION} --config=${REPOPATH}/rc.conf --transfers 50 -v --stats-one-line -P --stats=15s --ignore-existing --drive-server-side-across-configs --drive-chunk-size 128M --drive-acknowledge-abuse --drive-keep-revision-forever

make sure gclone binary is executable and try gclone manually

xkoti commented 3 years ago

@alx-xlx This project looks amazing but how to set this up properly? We need more detailed instruction.

Thanks

ZeusCraft10 commented 2 years ago

brooo.. you are supposed to do all the linux setup in the google cloud console. This should be on the cloud server that is running linux. ALl transfers should be done from there, not from WSL.