Skip to main content
Version: 2.5

StorageGeneralAccess

Storage setting determining how others can access the storage.

This setting overrides the user setting of the storage owner.

Index

Enumeration Members

ANYONE_WITH_ID_CAN_READ

ANYONE_WITH_ID_CAN_READ: 'ANYONE_WITH_ID_CAN_READ'

Anyone with a link or the unique storage ID can read this storage.

ANYONE_WITH_NAME_CAN_READ

ANYONE_WITH_NAME_CAN_READ: 'ANYONE_WITH_NAME_CAN_READ'

Anyone with a link, ID, or storage name can read this storage.

FOLLOW_USER_SETTING

FOLLOW_USER_SETTING: 'FOLLOW_USER_SETTING'

Respect the user setting of the storage owner (default behavior).

RESTRICTED

RESTRICTED: 'RESTRICTED'

Only signed-in users with explicit access can read this storage.