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
Okay - this has only been partially solved, since users with multiple roots will need to set the default folder. Let's keep it up in case I can create a resolution.
This seems like a discrepancy between an account that has multiple possible default folders and newer accounts that have only one root.
get_default_folder()[1, ]
is necessary for accounts that have multiple accounts, because the api will return a list.get_default_folder()
will return a plain int in all other cases I'm aware of.Proposed solution: fix
get_default_folder()
to return version A if available, otherwise B.The text was updated successfully, but these errors were encountered: