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 50dbf83 commit 5aea88eCopy full SHA for 5aea88e
docs/tutorials/python/tutorial_scripts/sharing_settings.py
@@ -19,7 +19,7 @@
19
20
# REQUIRED: Set this to the Synapse user ID or team ID you want to grant permissions to
21
# Do NOT leave this as None - the script will not work properly
22
-PRINCIPAL_ID = 3489192 # Replace with actual user/team ID
+PRINCIPAL_ID = None # Replace with actual user/team ID
23
24
if PRINCIPAL_ID is None:
25
raise ValueError(
0 commit comments