-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Description
Steps to reproduce:
- I have file, which belongs to google service account and the folder from my account the service account has access to.
- I call
client.move_file
and getException: Folder does not exist
- I've looked into code and found out that the
client.move_file
method looks for folder id and then moves file in it. - I can get the folder it by calling
client.find_folders
. If there was a way to pass the id toclient.move_file
it would solve the issue.
client.create_folder('test')
client.refresh_directories()
# i see the folder here
client.directories
# this fails
client.move_file('file_id', 'test')
Metadata
Metadata
Assignees
Labels
No labels