From 5401e863a4a40b36ad7b69afa021ccc2cf4db61c Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Tue, 4 Feb 2025 21:23:24 +0800 Subject: [PATCH] use same transloadit oauth2 app (#317) --- src/pages/examples.tsx | 6 +++--- src/pages/index.tsx | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/pages/examples.tsx b/src/pages/examples.tsx index ede4b473f..135546124 100644 --- a/src/pages/examples.tsx +++ b/src/pages/examples.tsx @@ -323,9 +323,9 @@ const companionUrl = 'https://companion.uppy.io'; // const companionUrl = 'http://localhost:3020'; const endpoint = 'https://tusd.tusdemo.net/files/'; const googlePickerClientId = - '1020900325465-7naospne1v7veupmu8rg3a6ipfogr9f0.apps.googleusercontent.com'; -const googlePickerApiKey = 'AIzaSyCItfp_WaGGgbNFoU08LMs21ks-MxIqudo'; -const googlePickerAppId = '1020900325465'; + '458443975467-fiplebcb8bdnplqo8hlfs9pagmseo5nk.apps.googleusercontent.com'; +const googlePickerApiKey = 'AIzaSyC6m6CZEFiTtSkBfNf_-PvtCxmDMiAgfag'; +const googlePickerAppId = '458443975467'; export default function Examples() { // Silly trick to please Docusaurus with client-side hooks such as useLocalStorage diff --git a/src/pages/index.tsx b/src/pages/index.tsx index aaea4faea..f539c2db6 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -47,9 +47,9 @@ import styles from './index.module.css'; const companionUrl = 'https://companion.uppy.io'; const endpoint = 'https://tusd.tusdemo.net/files/'; const googlePickerClientId = - '1020900325465-7naospne1v7veupmu8rg3a6ipfogr9f0.apps.googleusercontent.com'; -const googlePickerApiKey = 'AIzaSyCItfp_WaGGgbNFoU08LMs21ks-MxIqudo'; -const googlePickerAppId = '1020900325465'; + '458443975467-fiplebcb8bdnplqo8hlfs9pagmseo5nk.apps.googleusercontent.com'; +const googlePickerApiKey = 'AIzaSyC6m6CZEFiTtSkBfNf_-PvtCxmDMiAgfag'; +const googlePickerAppId = '458443975467'; const dashboardCode = `import Uppy from '@uppy/core' import Dashboard from '@uppy/dashboard'