blob: 8413fdd256db7b892118739cdc87814d472bde3a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
---
title: 'Google Drive'
description: 'Sync your Google Drive content with supermemory'
---
supermemory syncs Google Drive documents automatically and instantaneously.
## Supported file types
- Google Docs
- Google Slides
- Google Sheets
## Conversions
To import items, supermemory converts documents into markdown, and then ingests them into supermemory.
This conversion is lossy, and some formatting may be lost.
## Sync frequency
supermemory syncs documents:
- **A document is modified or created (Webhook recieved)**
- Note that not all providers are synced via webhook (Instant sync right now)
- `Google-Drive` and `Notion` documents are synced instantaneously
- Every **four hours**
- On **Manual Sync** (API call)
- You can call `/v3/connections/{provider}/sync` to sync documents manually
|