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 c14b899 commit 6cb9341Copy full SHA for 6cb9341
src/routes/docs/products/storage/upload-download/+page.markdoc
@@ -851,7 +851,7 @@ const client = new Client()
851
852
const storage = new Storage(client);
853
854
-const result = storage.getFileView('[BUCKET_ID]', '[FILE_ID]');
+const result = storage.getFileView('<BUCKET_ID>', '<FILE_ID>');
855
856
console.log(result); // Resource URL
857
```
0 commit comments