Python: Upload a file

Examples

Upload file using filepath

with open(filepath, 'rb') as f:
    supabase.storage.from_("testbucket").upload(file=f,path=path_on_supastorage, file_options=\{"content-type": "audio/mpeg"\})