Noob Q - run Graphify across Google Drive - possible? #1156
-
|
I have lots and lots of knowledge saved on my Google Workspace Google Drive, and I have my coding on my local machine. Is it possible to have Graphify look at both sources in order to build the graph and then let my Claude Code leverage it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Yes, this is supported β and it is exactly the use case the Google Workspace integration was built for. How it works Graphify can extract Setup
What gets extracted
All in one Limitation: Drive files must be synced locally via the desktop client β graphify does not connect to the Drive API directly. If you only have browser access to Drive, you would need to export docs manually first. |
Beta Was this translation helpful? Give feedback.
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.gslidesfiles from Google Drive for Desktop (the sync client that maps your Drive as a local folder). When you run with--google-workspace, graphify calls thegwsCLI 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
Install Google Drive for Desktop and sync the folders you want.
Install graphify with Google support:
uv tool install "graphifyy[google]"Authenticate once:
Run extraction across both sources: