We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09e5632 commit 8eb1e75Copy full SHA for 8eb1e75
src/pages/index.tsx
@@ -47,9 +47,9 @@ import styles from './index.module.css';
47
const companionUrl = 'https://companion.uppy.io';
48
const endpoint = 'https://tusd.tusdemo.net/files/';
49
const googlePickerClientId =
50
- '1020900325465-7naospne1v7veupmu8rg3a6ipfogr9f0.apps.googleusercontent.com';
51
-const googlePickerApiKey = 'AIzaSyCItfp_WaGGgbNFoU08LMs21ks-MxIqudo';
52
-const googlePickerAppId = '1020900325465';
+ '458443975467-fiplebcb8bdnplqo8hlfs9pagmseo5nk.apps.googleusercontent.com';
+const googlePickerApiKey = 'AIzaSyC6m6CZEFiTtSkBfNf_-PvtCxmDMiAgfag';
+const googlePickerAppId = '458443975467';
53
54
const dashboardCode = `import Uppy from '@uppy/core'
55
import Dashboard from '@uppy/dashboard'
0 commit comments