rmcl
rmcl copied to clipboard
Basic Creation Commands
I'm trying to create an empty folder and apparently I'm doing this wrong. It shows up in the cloud just fine, but the Remarkable tablet crashes and gives errors when it tries to sync with it.
So my question is:
-
What's the code for creating an empty folder?
-
What's the code for creating a document in a folder?
For 1), i've been doing this:
async def create_test_dir():
child_folder = Folder.new("test1", '')
await child_folder.update_metadata()
It shows up in the cloud, but crashes in the tablet. I looked at the rmapy code and it appears that there are multiple steps to creating a folder and i'm not sure this client is performing them. Is there a client method I'm missing?