rmcl icon indicating copy to clipboard operation
rmcl copied to clipboard

Basic Creation Commands

Open jacobeverist opened this issue 4 years ago • 0 comments

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:

  1. What's the code for creating an empty folder?

  2. 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?

jacobeverist avatar Jun 14 '21 20:06 jacobeverist