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
Right now in the Python API there is no FileLocation object, and one just passes a StorageService:File dictionary (e.g., {file1: ss, file2: ss}). So we do not support path. Either add a FileLocation object, or modify the API to pass a path?
The text was updated successfully, but these errors were encountered:
Right now in the Python API there is no FileLocation object, and one just passes a StorageService:File dictionary (e.g., {file1: ss, file2: ss}). So we do not support path. Either add a FileLocation object, or modify the API to pass a path?
The text was updated successfully, but these errors were encountered: