Cloudinary timestamp and signature not found

Please help someone experienced,
I have public id and api key,
but where can I get timestamp and signature?

curl https://api.cloudinary.com/v1_1/demo/image/destroy -X POST --data ’
public_id=sample
&
timestamp=???
&
api_key=287245775311411
&
signature=???

received_302989071531902

You should try this:

1 Like

Thanks a lot, but it would be nice if I could know them

What you want to know? :thinking:

timestamp and signature

A dictionary of upload response is provided in the extension.Maybe you can find these in that.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.