Here is what my directory structure looks like:
/Base
- /Archive
- /Folder
- /Files in folder i want to move
When I use the update folder API as such:
client.folder(Folder.id).update_info({
'parent': {'id': Archive.id}
})
I get a cyclical_folder_structure error. Am I missing something? Moving the file manually works fine. Thank you
Question
Moving folders using Python API causes cyclical_folder_structure error
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.