Supabase File Upload Tutorial

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024

Комментарии • 32

  • @AndysTechTutorials
    @AndysTechTutorials  Год назад +3

    Here's the code from the tutorial!: github.com/AndyUGA/Supabase_Tutorial/blob/file_upload/src/App.js
    You can also download the full source code for this tutorial and all of my other side project tutorials for free here: andystechtutorials.gumroad.com/l/nqzzox

  • @rupayanroy5997
    @rupayanroy5997 5 месяцев назад +6

    Thanks brother, you might not realize the gravity of my appreciation , but you really helped me a lot

  • @user-ze8tz9no8l
    @user-ze8tz9no8l 3 месяца назад +1

    thanks dude nice short set of tutorials strait to the point

  • @timattracts
    @timattracts 7 месяцев назад +2

    Thank you for very fast and effective tutorial. Good work!

  • @PossessWithin
    @PossessWithin 17 дней назад +1

    Thank you

  • @InviraHealth
    @InviraHealth 5 месяцев назад +2

    thank you so much, this helped a lot

  • @josejaimes4965
    @josejaimes4965 8 месяцев назад +2

    It's really helpful.
    Thanks a lot!

    • @AndysTechTutorials
      @AndysTechTutorials  8 месяцев назад

      Hey @josejaimes4965, glad you found this tutorial helpful!

  • @nazrinrustamova6239
    @nazrinrustamova6239 5 месяцев назад

    hi thanks for great tutorial! All things worked except I am getting empty image file on my upload part and after other uploads how can I get rid of first empty one?

  • @asingred6677
    @asingred6677 3 месяца назад

    the image URL is hard coded , is there a way to retreive a valid URL for each user?

  • @chaitanyajoshi7354
    @chaitanyajoshi7354 5 месяцев назад

    At 1:58 you created a bucket with the name "test".
    At 2:27 you creates policies for the "test" bucket.
    But at 2:40 on line 46 in the uploadImage function, why the bucket name is "upload" instead of "test" ? Should the bucket name not be "test" instead of "uploads" ?

    • @AndysTechTutorials
      @AndysTechTutorials  4 месяца назад

      I was using “test” as an example but in the code I used “uploads” since I already wrote the code before making the tutorial

  • @AliMsheik-tb7uj
    @AliMsheik-tb7uj 5 месяцев назад

    I want to make the existing file to be updated not add a new file? How can we do that

  • @SuperT
    @SuperT 7 месяцев назад +1

    If users can only access their own files, why does the bucket need to be public?

    • @flowmv
      @flowmv 2 месяца назад

      users can only select their own files. they cannot run a query and get all the urls of files that are updated by others.
      making the bucket public on the other hand makes those URL's accessible by anyone. so it can only be accessed by anyone that has the URL already.

  • @capK29
    @capK29 Год назад +2

    What if i don't want to use usee authentication here ? Can i do that without getting useid ?

    • @AndysTechTutorials
      @AndysTechTutorials  Год назад +1

      Hey @capK29, you don't need to use user authentication to upload files to supabase which also means you don't have to get the userid

    • @capK29
      @capK29 Год назад +1

      @@AndysTechTutorials Thanks bro 🙏

  • @jarndev
    @jarndev 21 день назад

    The 'Bad Request' response is driving me crazy.

    • @AndysTechTutorials
      @AndysTechTutorials  21 день назад

      Hey @jarndev, which part of the video are you seeing "Bad Request"?

    • @germangomez4318
      @germangomez4318 12 дней назад

      @@AndysTechTutorials I think he is referring to his code, I have the same response and is driving me crazy too. Idk what's happening, I'm using NextAuth instead supabase auth, could that be the problem?

  • @memesforyou9167
    @memesforyou9167 9 месяцев назад +1

    Nice video♥️

    • @AndysTechTutorials
      @AndysTechTutorials  9 месяцев назад

      @memesforyou9167, you're welcome! Glad you found this tutorial helpful!

  • @fabianpetersen2452
    @fabianpetersen2452 Год назад +1

    Thanks alot

  • @danieljsanders
    @danieljsanders Год назад +1

    great!

  • @iamsherk2605
    @iamsherk2605 2 месяца назад

    Im so tired finding the error

  • @user-wo2zk9ov1c
    @user-wo2zk9ov1c Год назад +1

    Great Man really helped out!

    • @AndysTechTutorials
      @AndysTechTutorials  Год назад

      Hey Archit, glad this tutorial helped you! Please consider subscribing for more content!