-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Description
The FileLoader in jupyter_collaboration includes this check before saving a file:
m = await ensure_async(
self._contents_manager.get(
path, format=model["format"], type=model["type"], content=False
)
)
# Skip saving if file is not writable
if not m["writable"]:
return None@Zsailer @jzhang20133 Do we also need this check? If so, can we only do the check once when the YRoomFileAPI initializes, or should we check this every time before we save a file?
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done