server-app flow upload resources
talSh
Member Posts: 2 ✭
Hi,
I'm a node server side that serves mobile apps. we want to upload recourses from app to cloudinary .
we wand the pipeline to be : node server creates a signed url and publicId using cloudinary sdk -> send the url to app -> app send resource to cloudinary using the signed url.
what are the cloudinary node sdk functions I need to use?
Thanks for any help
Tagged:
0
Answers
-
Hi there,
Thanks for reaching out,
Here's a link to the documentation on Generating Signed URLs with Node.js SDK, you can also use this video tutorial.
For uploading using a signed URL from your mobile app, please read the docs here specifically for mobile apps - Android and IOS .
Please let me know if you have any further questions!
Best regards,
Tamara
0