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 8548b6c commit df45f5fCopy full SHA for df45f5f
scripts/browser-upload-cdn.js
@@ -65,6 +65,7 @@ async function uploadFiles() {
65
66
const storage = new Storage({
67
projectId,
68
+ credentials: gcsConfig,
69
});
70
71
const bucket = storage.bucket(bucketName);
0 commit comments