Getting NotFound via ruby API until loaded via browser
- Run from console: Cloudinary::Api.resource('myimage')
-> Raises error: "Cloudinary::Api::NotFound: Resource not found - myimage" - Visit via browser: http://res.cloudinary.com/myorg/image/upload/v1/myimage
- Run from console: Cloudinary::Api.resource(''myimage'')
-> Finds the resource
They are not available in the console either, until loaded via the public browser API
Am I doing something wrong?
0
-
Hi Dan,
Do you by chance have auto uploading set up on your account? If so, then the resource wouldn't be uploaded to your account until you access the URL for the first time which would make sense in this case.
If you don't have auto uploading set up, can you tell me how you're uploading images and also provide me with the code you're using to call the resource method so that I can take a further look into this for you?
Thanks!1
Post is closed for comments.
Comments
1 comment