JavaScript: exists

Checks the existence of a file.

Parameters

Examples

Check file existence

const { data, error } = await supabase
  .storage
  .from('avatars')
  .exists('folder/avatar1.png')