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 6cb9341 commit 0b4fa21Copy full SHA for 0b4fa21
src/routes/docs/products/storage/upload-download/+page.markdoc
@@ -611,7 +611,7 @@ const client = new Client()
611
612
const storage = new Storage(client);
613
614
-const result = storage.getFileDownload('[BUCKET_ID]', '[FILE_ID]');
+const result = storage.getFileDownload('<BUCKET_ID>', '<FILE_ID>');
615
616
console.log(result); // Resource URL
617
```
0 commit comments