Skip to content

Basic Creation Commands #3

@jacobeverist

Description

@jacobeverist

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions