Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Discussion options

You must be logged in to vote

Yes, this is supported β€” and it is exactly the use case the Google Workspace integration was built for.

How it works

Graphify can extract .gdoc, .gsheet, and .gslides files from Google Drive for Desktop (the sync client that maps your Drive as a local folder). When you run with --google-workspace, graphify calls the gws CLI to export each shortcut file to text before extraction, so the content ends up as nodes in the same graph as your local code.

Setup

  1. Install Google Drive for Desktop and sync the folders you want.

  2. Install graphify with Google support:

    uv tool install "graphifyy[google]"
  3. Authenticate once:

    gws auth login
  4. Run extraction across both sources:

    graphify extract /path/…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@futureformed
Comment options

Answer selected by safishamsi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants