Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic Creation Commands #3

Open
jacobeverist opened this issue Jun 14, 2021 · 0 comments
Open

Basic Creation Commands #3

jacobeverist opened this issue Jun 14, 2021 · 0 comments

Comments

@jacobeverist
Copy link

jacobeverist commented Jun 14, 2021

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant