Giter Site home page Giter Site logo

gcp's Introduction

gcp

TL;DR- - A simple script that uses the Google Drive API to generate reports of files and folders and copy all contents from one folder to another.

Objectives

  • Assessment #1 - Write a script to generate a report that shows the total number of files and folders in the root of the source folder.
  • Assessment #2 - Write a script to recursively count the number of child objects (all sub-files & folders) for each top-level folder under the source folder.
  • Assessment #3 - Write a script to copy content (nested files/folders) of the source folder to destination folder.

Setup GCP environment

Setup local environment

  • Create Repo
  • Local dev setup (see common imports below, but I used wsl)
sudo apt-get update;
sudo apt-get install upgrade;
sudo apt-get install python3;
sudo apt-get install python3-pip;
sudo pip install csv logging datetime pandas;
sudo pip install google-api-python-client google-auth-httplib2 google-auth-oauthlib;
export GOOGLE_DRIVE_FOLDER_ID='source-folder-id';
export GOOGLE_DRIVE_DESTINATION_FOLDER_ID='destination-folder-id';
export GOOGLE_DRIVE_CLIENT_ID_FILE='/your/path/to/client_id.json';

Outputs

  • Assessment-1
  • Assessment-2
  • Assessment-3

Workflows

  • Pylint
  • Bandit = CodeQL
  • Dependency Review

gcp's People

Contributors

nitsuah avatar

Stargazers

 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.