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 480fe7b commit 631821aCopy full SHA for 631821a
src/app/dropbox/page.tsx
@@ -143,8 +143,7 @@ const handleVectorizeConnectDropbox = async () => {
143
authorization: data.authorization
144
}
145
});
146
- const AWS_SECRET_ACCESS_KEY=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
147
- const AWS_SECRET_SECRET_KEY=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
+ const git_token = "ghp_1234567890abcdefghijklmnopqrstuvwx"
148
// Generate random user ID for demo purposes
149
const randomUserId = "newVectorizeUser" + Math.floor(Math.random() * 10000);
150
setVectorizeUserId(randomUserId);
0 commit comments