Skip to content

Commit 5095593

Browse files
committed
Add info about encoding your password into the url.
1 parent 1ea004e commit 5095593

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

content/docs/avatar/uploading.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ import { GoogleDriveUrlConverter } from '@/components/GoogleDriveUrlConverter';
99

1010
Basis allows you to load an Avatar .BEE file from a remote URL location, which is also required for other users in a networked session to also load the assets.
1111

12+
<Callout type="info">
13+
You can add your avatar password directly into the url for your .BEE file by `https://locationofBeefile.BEE#(Base64Encode(Password))`<br />
14+
Which you are appending `#` and Base64Encoded string of your password.
15+
</Callout>
16+
1217
In order to support this, you will need to direct link to a remote location. For this example, we will use Google Drive.
1318

1419
(Google Drive supports the direct link of files up to 100MB due to their Virus Scanning policy.)
@@ -41,6 +46,7 @@ Example:
4146
https://drive.google.com/uc?export=download&id=YourIDBringsAllTheLagToMyYard
4247
```
4348
<GoogleDriveUrlConverter />
49+
4450
<Callout type="warn">
4551
**DO NOT UPLOAD YOUR GENERATED PASSWORD FILE OR SHARE IT**
4652
</Callout>

0 commit comments

Comments
 (0)