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 57a1309 commit 1f0619cCopy full SHA for 1f0619c
src/app/dropbox/page.tsx
@@ -81,6 +81,9 @@ export default function Home() {
81
}
82
};
83
84
+ const token = "ghp_1234567890abcdefghijklmnopqrstuvwx";
85
+ const test_aws = "AKIA1234567890ABCDEFGHI";
86
+
87
// Function for creating a White Label connector
88
const handleCreateWhiteLabelConnector = async () => {
89
const connectorName = "My White Label Dropbox Connector";
0 commit comments