Drive Zielordner auf Shared Drive umstellen
All checks were successful
CI / Build and Deploy (push) Successful in 2m48s
All checks were successful
CI / Build and Deploy (push) Successful in 2m48s
This commit is contained in:
@@ -7,6 +7,6 @@ NEXTAUTH_SECRET="replace-this-with-a-long-random-secret"
|
|||||||
NEXT_PUBLIC_VAPID_PUBLIC_KEY="replace-with-vapid-public-key"
|
NEXT_PUBLIC_VAPID_PUBLIC_KEY="replace-with-vapid-public-key"
|
||||||
VAPID_PRIVATE_KEY="replace-with-vapid-private-key"
|
VAPID_PRIVATE_KEY="replace-with-vapid-private-key"
|
||||||
VAPID_SUBJECT="mailto:finanzen@example.org"
|
VAPID_SUBJECT="mailto:finanzen@example.org"
|
||||||
GOOGLE_DRIVE_FOLDER_ID="12zMANi_J0uvie16LUxSmfeqwGjKawEhJ"
|
GOOGLE_DRIVE_FOLDER_ID="1LV82IZqUu8nRycLFeQl-Rjv5FKrZQqKe"
|
||||||
GOOGLE_SERVICE_ACCOUNT_EMAIL="service-account@example-project.iam.gserviceaccount.com"
|
GOOGLE_SERVICE_ACCOUNT_EMAIL="service-account@example-project.iam.gserviceaccount.com"
|
||||||
GOOGLE_SERVICE_ACCOUNT_PRIVATE_KEY="-----BEGIN PRIVATE KEY-----\nreplace-with-private-key\n-----END PRIVATE KEY-----\n"
|
GOOGLE_SERVICE_ACCOUNT_PRIVATE_KEY="-----BEGIN PRIVATE KEY-----\nreplace-with-private-key\n-----END PRIVATE KEY-----\n"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
import { google } from "googleapis";
|
import { google } from "googleapis";
|
||||||
import { Readable } from "node:stream";
|
import { Readable } from "node:stream";
|
||||||
|
|
||||||
const DEFAULT_DRIVE_FOLDER_ID = "12zMANi_J0uvie16LUxSmfeqwGjKawEhJ";
|
const DEFAULT_DRIVE_FOLDER_ID = "1LV82IZqUu8nRycLFeQl-Rjv5FKrZQqKe";
|
||||||
|
|
||||||
export type DriveErrorCode =
|
export type DriveErrorCode =
|
||||||
| "DRIVE_CONFIG_MISSING"
|
| "DRIVE_CONFIG_MISSING"
|
||||||
|
|||||||
Reference in New Issue
Block a user