We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Steps to reproduce:
client.move_file
Exception: Folder does not exist
client.find_folders
client.create_folder('test') client.refresh_directories() # i see the folder here client.directories # this fails client.move_file('file_id', 'test')
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps to reproduce:
client.move_file
and getException: Folder does not exist
client.move_file
method looks for folder id and then moves file in it.client.find_folders
. If there was a way to pass the id toclient.move_file
it would solve the issue.The text was updated successfully, but these errors were encountered: