mirror of
https://github.com/Nezumi-2711/next-gdrive-index.git
synced 2026-09-22 13:38:38 +00:00
Test shared on deployment
This commit is contained in:
@@ -6,7 +6,7 @@ const config: z.input<typeof Schema_Config> = {
|
||||
* If possible, please don't change this value
|
||||
* Even if you're creating a PR, just let me change it myself
|
||||
*/
|
||||
version: "2.0.1",
|
||||
version: "2.0.2",
|
||||
/**
|
||||
* Base path of the app, used for generating links
|
||||
*
|
||||
@@ -48,8 +48,10 @@ 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:
|
||||
"c760fc0eae9990d4accbc2134af21e45a378d412af2c78020070a9f9ac548b98fe61c4f6be953a8d7be6a035e6f7766c",
|
||||
"b76c7c22083307a3aa99c28ab7cc69851d682f5a250d995679d4be5276cab16ab6c37f4d5b7ad1a9b93fb9bf768e752c",
|
||||
/**
|
||||
* If your root folder inside a shared drive, set this to true
|
||||
* If not, set this to false
|
||||
@@ -62,7 +64,8 @@ const config: z.input<typeof Schema_Config> = {
|
||||
* Then encrypt it using `/api/internal/encrypt?q=:shared_drive_id` route
|
||||
*/
|
||||
isTeamDrive: true,
|
||||
sharedDrive: undefined,
|
||||
sharedDrive:
|
||||
"77bfa156c9c9d159112fcb0494ed8545bdaf7a3d567cd760ba2e2e2cd33fcbfc",
|
||||
|
||||
defaultQuery: [
|
||||
"trashed = false",
|
||||
|
||||
Reference in New Issue
Block a user