Closed amzu-dev closed 6 months ago
You code doesn't look correct. You have this line
supabase.storage().StorageFileAPI(bucket_name)
which is not a part of the API for this library. Please take a look at the docs to see the usage of this library.
Closing this out as there hasn't been any reply in over a month.
Hi, My code is as below and I get this error:
An error occurred: 'SyncStorageClient' object is not callable
Code: `def check_and_upload_file(bucket_name: str, file_name: str, file_content): try:`
I am new to supabase, so any help is much appreciated.