i'm getting the following message back when i try to upload:
{ error: { message: 'Invalid Signature 53c516a1618fe4d88a81a0b6289e83a205608cbe. String to sign - \'timestamp=1439054775\'.', http_code: 401 } }
i followed the config example provided in the documentation. looks like:
cloudinary.config({ cloud_name: 'some-cloud', api_key: API_KEY, api_secret: CLOUD_API_SECRET });
can anyone tell me what i'm doing wrong?
i'm getting the following message back when i try to upload:
{ error: { message: 'Invalid Signature 53c516a1618fe4d88a81a0b6289e83a205608cbe. String to sign - \'timestamp=1439054775\'.', http_code: 401 } }i followed the config example provided in the documentation. looks like:
cloudinary.config({ cloud_name: 'some-cloud', api_key: API_KEY, api_secret: CLOUD_API_SECRET });can anyone tell me what i'm doing wrong?