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

find() doesn't work for some sub-directories & upload() doesn't upload to dict #104

Open
njikgg opened this issue Nov 21, 2023 · 0 comments

Comments

@njikgg
Copy link

njikgg commented Nov 21, 2023

I've tried using methods from examples on pypi and GitHub:

folder = m.find('my_mega_folder')
m.upload('myfile.doc', folder[0])

However, sometimes find(folder) returns a NoneType instead of a list (for example, in folder1/folder2/folder3 tree only find(folder1) & find(folder1/folder2) are returned as lists, but find(folder1/folder2/folder3) is returned as 'None').

I would have tried move() but I'm not really sure how to use it and reading the source code only led me to figuring out that I need a target ID, which is basically find(folder).

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