Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deleting multiple IDs doesn't work #20

Closed
matthiasfeist opened this issue Sep 9, 2014 · 4 comments
Closed

Deleting multiple IDs doesn't work #20

matthiasfeist opened this issue Sep 9, 2014 · 4 comments
Assignees
Labels

Comments

@matthiasfeist
Copy link

The API Class generates a wrong URL when deleting multiple Public IDs.

When I run the API Documentation Example:
$api = new \Cloudinary\Api(); $result = $api->delete_resources(array("image1", "image2"));
The Class generated the following URL:
https://api.cloudinary.com/v1_1/limango/resources/image/upload?public_ids%5B%5D=image1&public_ids%5B%5D=image2
Which is faulty according to the API and results in throwing a "General Error" Exception

@taragano
Copy link
Collaborator

taragano commented Sep 9, 2014

Hi,
We believe that there was a transient issue which made this happened.
Can you please try again and let me know if it works for you now?

@matthiasfeist
Copy link
Author

OK it seems to work now.
What was the Problem?
Nevertheless the URL generated is not conform to the API Documentation...

@taragano taragano self-assigned this Dec 4, 2015
@taragano
Copy link
Collaborator

taragano commented Dec 4, 2015

I'm sorry for my response delay.

Just wanted to check about the generated URL not being conformed with the API documentation. Does this issue still happen for you? Can you please share an example of the a returned URL vs. what you would expect it to be?

@taragano
Copy link
Collaborator

@matthiasfeist - Do you still experience this issue?
As it's been a while since the last response, I'll close this issue now, but please feel free to re-open it if you need any further assistance.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants