You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/routes/docs/products/storage/file-tokens/+page.markdoc
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ You can then click on the three-dots menu, click on **Copy URL** and get the tok
41
41
42
42
{% tabsitem #server-sdk title="Server SDK" %}
43
43
44
-
You can create file tokens programmatically using a [Server SDK](/docs/references/cloud/server-nodejs/tokens). Appwrite's Server SDKs require an [API key](/docs/advanced/platform/api-keys) with the `tokens.write` scope enabled.
44
+
You can create file tokens programmatically using a [Server SDK](/docs/references/cloud/server-nodejs/tokens#createFileToken). Appwrite's Server SDKs require an [API key](/docs/advanced/platform/api-keys) with the `tokens.write` scope enabled.
45
45
46
46
{% multicode %}
47
47
```server-nodejs
@@ -321,7 +321,7 @@ Head to the **Storage** page, open a file inside a bucket, and scroll down to th
321
321
322
322
{% tabsitem #server-sdk title="Server SDK" %}
323
323
324
-
You can list all file tokens programmatically using a [Server SDK](/docs/references/cloud/server-nodejs/tokens). Appwrite's Server SDKs require an [API key](/docs/advanced/platform/api-keys) with the `tokens.read` scope enabled.
324
+
You can list all file tokens programmatically using a [Server SDK](/docs/references/cloud/server-nodejs/tokens#list). Appwrite's Server SDKs require an [API key](/docs/advanced/platform/api-keys) with the `tokens.read` scope enabled.
Using the token IDs, you can also get data pertaining to an individual file token.
557
+
Using the token IDs, you can also get data pertaining to an [individual file token](/docs/references/cloud/server-nodejs/tokens#get).
558
558
559
559
{% multicode %}
560
560
```server-nodejs
@@ -669,7 +669,7 @@ Head to the **Storage** page, open a file inside a bucket, and scroll down to th
669
669
670
670
{% tabsitem #server-sdk title="Server SDK" %}
671
671
672
-
You can update file token expiry programmatically using a [Server SDK](/docs/references/cloud/server-nodejs/tokens). Appwrite's Server SDKs require an [API key](/docs/advanced/platform/api-keys) with the `tokens.write` scope enabled.
672
+
You can update file token expiry programmatically using a [Server SDK](/docs/references/cloud/server-nodejs/tokens#update). Appwrite's Server SDKs require an [API key](/docs/advanced/platform/api-keys) with the `tokens.write` scope enabled.
673
673
674
674
{% multicode %}
675
675
```server-nodejs
@@ -936,7 +936,7 @@ Head to the **Storage** page, open a file inside a bucket, and scroll down to th
936
936
937
937
{% tabsitem #server-sdk title="Server SDK" %}
938
938
939
-
You can delete a file token programmatically using a [Server SDK](/docs/references/cloud/server-nodejs/tokens). Appwrite's Server SDKs require an [API key](/docs/advanced/platform/api-keys) with the `tokens.write` scope enabled.
939
+
You can delete a file token programmatically using a [Server SDK](/docs/references/cloud/server-nodejs/tokens#delete). Appwrite's Server SDKs require an [API key](/docs/advanced/platform/api-keys) with the `tokens.write` scope enabled.
0 commit comments