Skip to content

Commit

Permalink
fix formating
Browse files Browse the repository at this point in the history
  • Loading branch information
sachaarbonel committed Feb 13, 2024
1 parent ac0ed49 commit 39786b2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docusaurus/video/docusaurus/docs/api/recording/storage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ Note: you can find the JSON service account credentials in the Google Cloud Cons

<Tabs groupId="examples">
<TabItem value="js" label="JavaScript">

```js
// 1. create a new storage using the service account credentials

Expand All @@ -224,12 +225,16 @@ await serverSideClient.createExternalStorage({
"gcs_credentials": "content of the service account file",
});
```

</TabItem>

<TabItem value="py" label="Python">

```py
# TODO: code example for Python
```
</TabItem>

<TabItem value="curl" label="cURL">

```bash
Expand Down

0 comments on commit 39786b2

Please sign in to comment.