You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
I've tried using methods from examples on pypi and GitHub:
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, butfind(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).
The text was updated successfully, but these errors were encountered: