We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e94f84 commit 7bd7a91Copy full SHA for 7bd7a91
streamlit/views/volumes_upload.py
@@ -22,7 +22,7 @@ def check_upload_permissions(volume_name: str):
22
volume = w.volumes.read(name=volume_name)
23
current_user = w.current_user.me()
24
grants = w.grants.get_effective(
25
- securable_type=SecurableType.VOLUME,
+ securable_type="volume",
26
full_name=volume.full_name,
27
principal=current_user.user_name,
28
)
0 commit comments