diff --git a/src/config/gIndex.config.ts b/src/config/gIndex.config.ts index f65ef2a..860fafb 100644 --- a/src/config/gIndex.config.ts +++ b/src/config/gIndex.config.ts @@ -61,6 +61,8 @@ const config: z.input = { * You need to create a new folder and share it with the service account * Then, copy the folder id and paste it here */ + // rootFolder: + // "c760fc0eae9990d4accbc2134af21e45a378d412af2c78020070a9f9ac548b98fe61c4f6be953a8d7be6a035e6f7766c", rootFolder: "b76c7c22083307a3aa99c28ab7cc69851d682f5a250d995679d4be5276cab16ab6c37f4d5b7ad1a9b93fb9bf768e752c", diff --git a/src/schema.ts b/src/schema.ts index dc2bdf1..5aa1e31 100644 --- a/src/schema.ts +++ b/src/schema.ts @@ -43,6 +43,7 @@ export const Schema_Old_Config = z.object({ apiConfig: z.object({ rootFolder: z.string(), isTeamDrive: z.boolean(), + sharedDrive: z.string().optional(), defaultQuery: z.array(z.string()), defaultField: z.string(), defaultOrder: z.string(),