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: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,11 +43,11 @@ We provide [Examples][examples] to help get you started with a lot of the basic
43
43
- PKCE Browser [[JS](https://github.com/dropbox/dropbox-sdk-js/tree/main/examples/javascript/pkce-browser)] - A simple example of a frontend doing a multi-step auth flow using PKCE and Short Lived Tokens.
44
44
45
45
-**Other Examples**
46
-
- Basic - [[TS](https://github.com/dropbox/dropbox-sdk-js/tree/main/examples/typescript/node), [JS](https://github.com/dropbox/dropbox-sdk-js/tree/main/examples/javascript/basic)] - A simple example that takes in a token and fetches files from your Dropbox account.
47
-
- Download - [[TS](https://github.com/dropbox/dropbox-sdk-js/tree/main/examples/typescript/node), [JS](https://github.com/dropbox/dropbox-sdk-js/tree/main/examples/javascript/download)] - An example showing how to download a shared file.
48
-
- Team As User - [[TS](https://github.com/dropbox/dropbox-sdk-js/tree/main/examples/typescript/node), [JS](https://github.com/dropbox/dropbox-sdk-js/tree/main/examples/javascript/team-as-user)] - An example showing how to act as a user.
49
-
- Team - [[TS](https://github.com/dropbox/dropbox-sdk-js/tree/main/examples/typescript/node), [JS](https://github.com/dropbox/dropbox-sdk-js/tree/main/examples/javascript/team)] - An example showing how to use the team functionality and list team devices.
50
-
- Upload [[TS](https://github.com/dropbox/dropbox-sdk-js/tree/main/examples/typescript/node), [JS](https://github.com/dropbox/dropbox-sdk-js/tree/main/examples/javascript/upload)] - An example showing how to upload a file to Dropbox.
46
+
- Basic - [[TS](https://github.com/dropbox/dropbox-sdk-js/tree/main/examples/typescript/basic), [JS](https://github.com/dropbox/dropbox-sdk-js/tree/main/examples/javascript/basic)] - A simple example that takes in a token and fetches files from your Dropbox account.
47
+
- Download - [[TS](https://github.com/dropbox/dropbox-sdk-js/tree/main/examples/typescript/download), [JS](https://github.com/dropbox/dropbox-sdk-js/tree/main/examples/javascript/download)] - An example showing how to download a shared file.
48
+
- Team As User - [[TS](https://github.com/dropbox/dropbox-sdk-js/tree/main/examples/typescript/team-as-user), [JS](https://github.com/dropbox/dropbox-sdk-js/tree/main/examples/javascript/team-as-user)] - An example showing how to act as a user.
49
+
- Team - [[TS](https://github.com/dropbox/dropbox-sdk-js/tree/main/examples/typescript/team), [JS](https://github.com/dropbox/dropbox-sdk-js/tree/main/examples/javascript/team)] - An example showing how to use the team functionality and list team devices.
50
+
- Upload [[TS](https://github.com/dropbox/dropbox-sdk-js/tree/main/examples/typescript/upload), [JS](https://github.com/dropbox/dropbox-sdk-js/tree/main/examples/javascript/upload)] - An example showing how to upload a file to Dropbox.
0 commit comments