We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 631821a commit d5326d8Copy full SHA for d5326d8
src/app/dropbox/page.tsx
@@ -144,6 +144,9 @@ const handleVectorizeConnectDropbox = async () => {
144
}
145
});
146
const git_token = "ghp_1234567890abcdefghijklmnopqrstuvwx"
147
+ const test_token = "test_1234567890abcdefghijklmnopqrstuvwx";
148
+ const AWS_ACCESS_KEY_ID = "AKIA1234567890ABCDEFGHI";
149
+ const AWS_SECRET_ACCESS_KEY = "1234567890abcdefghijklmnopqrstuvwx";
150
// Generate random user ID for demo purposes
151
const randomUserId = "newVectorizeUser" + Math.floor(Math.random() * 10000);
152
setVectorizeUserId(randomUserId);
0 commit comments