Git Product home page Git Product logo

autorclone's Introduction

〽️ AutoRclone is a python script built do copy google drives files and folders.

⚙️ Installation :

Download and extract this GitHub repo
Download and install Python and pip https://www.python.org/downloads/
cd to the autorclone folder and run :
sudo pip install -r requirements.txt

Create service account (tutorial here)
https://drive.google.com/file/d/1K7rM7Y7lZxQyJmf4G1d-wqO0w7cUzWnv/view?usp=sharing

The service accounts can be used to bypass the 750Gb/day upload limit set by google in google drive. It means that you can use them to upload more than 750Gb per day, duplicate hundreds of files...

Each service account has a 750Gb upload limit per day. You can create up to 100 service account per google cloud project. So, with only one project you can upload/duplicate up to 75Tb a day!

Go to the Google Cloud Console and if you don't have an existing project, create a new one https://console.cloud.google.com/
Then, enable the google drive api https://console.developers.google.com/apis/library/drive.googleapis.com?q=drive
Go to the OAuth Consent Screen and select "External" and click on "Create" https://console.cloud.google.com/apis/credentials/consent
Fulfill all required informations (the one with a red *) and click on "Save and Continue" 3 times (the "Scopes" and "Test users" parts do not require any inputs)
Click on publish and validate
On the credentials tab, click on "Create Credentials" then "OAuth client ID", select "Desktop app" https://console.cloud.google.com/apis/credentials
Click on the download button on the right of your OAuth Client IDs and save the file with the following name : credentials.json

If you want to create some service accounts using existing projects (do not create more projects) run :

py sa.py --quick-setup -1
⚠️ This will overwrite the existing service accounts.

To create service accounts by creating a new project run :

py sa.py --quick-setup 1 replace "1" with the number of projects you want
⚠️This command creates services accounts in all existing projects even the projects that will be deleted.

After executing the code, follow the instructions...

Now, to get the email adresses of the service accounts, there is multiple ways to do it :

Windows users

Open PowerShell and cd into folder the where you have the sa (the .json files)
Run : $emails = Get-ChildItem .**.json |Get-Content -Raw |ConvertFrom-Json |Select -ExpandProperty client_email >>emails.txt

Linux / MacOs users

Run : grep -oPh '"client_email": "\K[^"]+' *.json > emails.txt

Open the emails.txt file, copy all the email adresses and add them into the google group you've just created.

🛠 Usage :

To duplicate team drives or copy files from public folders to team drive
run : py autorclone.py -s SourceID -d DestinationID -b 1 -e 100

Change SourceID by the id of the source folder.
Change DestinationID by the id of the destination folder.
Change 100 with the number of sa you have.

The minimum authorization needed for the source ID is : reader and for the destination folder : contributor

How to get the ID :
Google drive link : https://drive.google.com/file/d/1K7rM7Y7lZxQyJmf4G1d-wqO0w7cUzWnv/view?usp=sharing
the id is : 1K7rM7Y7lZxQyJmf4G1d-wqO0w7cUzWnv

To upload files from your computer run : py autorclone.py -sp LocalPath -d DestinationID -b 1 -e 100

Change LocalPath with the path of the folder you want to upload.
Change DestinationID by the id of the destination folder.
Change 100 with the number of sa you have.

Note : you can add the --crypt tag to encrypt your uploads (not recommended)

autorclone's People

Contributors

edwincitox avatar

Stargazers

Lincoln Nogueira avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.