How To upload image and videos in digital ocean space and save only imageUrl & videoUrl in DB(postgresql)

System Information
  • Strapi Version:4.4.5

  • Operating System: Ubuntu

  • Database: Posgresql(14.5)

  • Node Version: v14.20.1

  • NPM Version: 6.14.17

  • Yarn Version:


you could create a JSON field in your collection type , then upload the images directly to digital ocean , retrieve the link and post it into the JSON or Text file

hey, @Fernando_Moreno first of all thanks for replying

but I need help with implementing digital ocean space in my code I’m facing an issue in that in code example

You need to use upload provider for Digital Ocean: strapi-provider-upload-do - npm

1 Like

@teinett Thank You …! ok I’ll implement this provider