Code Monkey home page Code Monkey logo

Comments (4)

xTrulyForsaken avatar xTrulyForsaken commented on May 18, 2024

hey im really new to this. but i would like to try.

from gcsf.

mailvijayasingh avatar mailvijayasingh commented on May 18, 2024

hey @harababurel I am new to rust but I like the project. I will be looking into this issue. @xTrulyForsaken you can keep working on this, if I get to understand something, I will share with you.

from gcsf.

harababurel avatar harababurel commented on May 18, 2024

Glad to hear you're interested in contributing. Have you made any progress in the meantime?

The strategy that I had in mind looks something like this:

  1. Request all files from Drive, possibly on multiple pages. This is already implemented; might require small changes.
  2. Determine which ID corresponds to the root directory.
  3. Process the files locally and reconstruct the tree starting from the root.
  4. Try not to do this in a terribly inefficient way. One way is to do multiple passes on the list of files. At each pass, there is a fixed set of parents that you want to populate (initially, the root dir is the only element in this set). Iterate through all remaining files and add those who have the correct parent to the tree. Repeat the process with a new set of parents (the ones encountered during the previous pass).

Does this make sense? Let me know if you need any additional info.

from gcsf.

xTrulyForsaken avatar xTrulyForsaken commented on May 18, 2024

Yea ill do what i can. Ill let you know if im lost on it. Im just getting to it now.

from gcsf.

Related Issues (20)

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.