mirror of
https://github.com/Nezumi-2711/next-gdrive-index.git
synced 2026-09-22 13:38:38 +00:00
Merge branch 'main' into v2
This commit is contained in:
@@ -61,6 +61,8 @@ const config: z.input<typeof Schema_Config> = {
|
||||
* 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",
|
||||
|
||||
|
||||
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user