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
* @param path The file path, including the file name. For example `folder/image.png`.
970
-
* @returnsPromise with response containing boolean indicating file existence or error
970
+
* @returns`{ data: true, error: null }` when the file exists, `{ data: false, error: null }` when it does not (HTTP 400 or 404), or throws/returns a `StorageError` for any other failure.
0 commit comments