Skip to main content

Minimal Migration

This is a minimal Gmail2GDrive v1.x configuration example to demonstrate the conversion to the Gmail Processor v2.x config format.

👉 Edit this example in the playground and automatically migrate it to the v2 format using the convert button.

{
"processedLabel": "gmail2gdrive/client-test",
"sleepTime": 100,
"maxRuntime": 280,
"newerThan": "2m",
"timezone": "GMT",
"rules": [
{
"filter": "to:my.name+scans@gmail.com",
"folder": "'Scans'-yyyy-MM-dd"
}
]
}

Source: migrationMin.ts