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: content/docs/avatar/uploading.mdx
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,11 @@ import { GoogleDriveUrlConverter } from '@/components/GoogleDriveUrlConverter';
9
9
10
10
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.
11
11
12
+
<Callouttype="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
+
12
17
In order to support this, you will need to direct link to a remote location. For this example, we will use Google Drive.
13
18
14
19
(Google Drive supports the direct link of files up to 100MB due to their Virus Scanning policy.)
0 commit comments