-
Cannot view pdf URL even after tick the Allow delivery of PDF and ZIP files on security
so i am able to get the uploaded pdf url and at first i can't open the pdf. After doing some research, it is suggested to tick the Allow delivery of PDF and ZIP files on security. Then, as expected, it works. but after a while and i try to upload and view the pdf again, i again can't open the pdf. but then, i found trick…
-
Error uploading file: Unknown API key **** with postman
Hi guys! I have the MERN app. In Express I have a /uploads endpoint for upload the files. When run the project in local and run the endpoint in postman no problem. http://localhost:9000/upload Response: File uploaded successfully. URL:…
-
Image not upload on cloudinary
Hey guys, I use cloudinary to upload the images. But when i try to uplaod the image on cloudinary it return a error something related to request timeout { error: { message: 'Request Timeout', http_code: 499, name: 'TimeoutError' } } for upload the image i use nodeJS. can anyone face the same issue. And if the issue resolve…
-
My MERN stack webapp is working perfectly fine in localhost but after deploying it gives Error : 500
my MERN stack webapp is working perfectly fine in localhost but after deploying it just for testing purposes on render(nodejs-backend) and netlify(react js- frontend) , all other parts are working perfectly except for the apis that have image upload system in them. It shows Error : 500, (name: "AxiosError", code:…
-
How do i fix the error: Failed to establish a new connection: [Errno 111] Connection refused'))")
I have currently deployed my django-app via python anywhere.However despite proper configuration the error persist. I have reviewed possible solution on stack overflow but non seems to work. Below is the code snippet in settings.py: Here are server error.logs in python anywhere.: here is further test that had done to debug…
-
Why am I not receiving my OTP codes?
I created my cloudinary account, but when I want to see my api_key or make any change in the account, it automatically opens a modal where it tells me to enter the code that was sent to the registered email, but nothing arrives to my email.
-
How can i adjust which folder my images upload to in nextjs using CldUploadButton
I'm Stumped with the nextjs docs. i know how to do this with react/express using multers and node, but is there a way to just use the next component to adjust to a dynamic folder so i can have users upload to a folder with their id as the folder name? I have an unsigned upload preset which uploads to a root folder called…
-
Inconsistent Behavior from Start Offset
Hello - I'm experiencing inconsistent behavior with Start Offset and would appreciate any guidance! My understanding is that applying a start offset to an overlay directly (eg /l_video:overlay/so_3/fl_layer_apply) cuts off the first 3 seconds of the overlay, while applying the start offset to the layer placement (eg…
-
Destroy method not working
Hello. I'm working with MEVN stack and I have a controller for modifying users. Users have hojaDeVida (which refers to the resume/CV). If a new resume/CV is provided, the previous one should be deleted from cloudinary but for some reason, the 'destroy' method of the uploader object isn't working. The resume/CV is uploaded…
-
Cloudinary Error: Must supply api_key
// Cloudinary.jsimport { v2 as cloudinary } from "cloudinary";import dotenv from "dotenv";dotenv.config(); // Configure Cloudinary using environment variablescloudinary.config({ cloud_name: process.env.CLOUDANARY_NAME, api_key: process.env.CLOUDANARY_API_KEY, api_secret: process.env.CLOUDANARY_SECKET_KEY,});export default…
-
Is it possible to create a sequence of images from a video
I need to create a sequence of images from a video, I know it is possible to do something similar like transformations, video to gif or video to webp. But I need to store all the images and consume them in an specific way. Will this type of transformations store the images somewhere so I can use them after Cloudinary does…
-
How can i fetch a whole folder in the client side? I do not want to set up a backend solely for this
I want to import all folders and images inside a folder, recursively. Basically just want to get everything inside the folder in the client side. I have accomplished this with the api in the backend but i can't in the client side as it will expose my keys. How can I go about this?
-
Invalid Signature : String to sign
I am using next js to develop my project. below is the code written at route.ts, I stuck on this issue more than a week. Please someone advise what exactly going wrong on below lines of code. I spent a lot of time to resolve this issue. youtube tutorials, chatGPT doesnot solve my issue. Please point out where is the…
-
I want to upload my 3D model in gltf format to cloudinary.
I got to know that we can also upload 3D models to cloudinary. I am working with react-three-fiber and want to upload and also later retrieve that model. I would also like to know that, can we do draco compression on the gltf model while uploading and also draco compress while retrieving.
-
Error Trying to upload from cloud.
I made a django app to upload images to cloudinary. The upload works fine on localmachine, but when I uploaded my project to python anywhere, I started getting the folllowing error. { "status": "false", "error": "Unexpected error - MaxRetryError("TCPKeepAliveHTTPSConnectionPool(host='api.cloudinary.com', port=443): Max…