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
Client.list_dir(path, as_df=True) returns: {'success': 'false', 'error': 'File supplied is not a directory.'} for paths that are not found. This is a dictionary, not a dataframe as a specified in the call.
The text was updated successfully, but these errors were encountered:
Client.list_dir(path, as_df=True)
returns:{'success': 'false', 'error': 'File supplied is not a directory.'}
for paths that are not found. This is a dictionary, not a dataframe as a specified in the call.The text was updated successfully, but these errors were encountered: