codeminders / imageshackapi

Automatically exported from code.google.com/p/imageshackapi
0 stars 0 forks source link

cannot create gallery - Unable to create new album file #23

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. When I am trying to create gallery using url with parameters: cookie, image 
I get the error:
    Unable to create new album file
2. If possible, please paste some examples with using cookie as a parameteer 
for creating new gallery.
3. Does creation of gallery have to be created using GET method (only url) or 
POST method (html form)?

What is the expected output? What do you see instead?

I see the error:
Unable to create new album file

What version of the product are you using? On what operating system?
I am using Firefox 5.0 or Internet Explorer 8.0. Windows XP SP3 

Please provide any additional information below.

Please give me some working examples or It would be the nicest if you could 
paste some PHP code when curl usage should be necessery.

Original issue reported on code.google.com by marcinzm...@gmail.com on 23 Jun 2011 at 10:10

GoogleCodeExporter commented 9 years ago
I am also unable to create a new gallery at this endpoint:
http://www.imageshack.com/gallery_api.php?action=create

I have confirmed that my cookie is correct, and the image parameter is also 
correct yet each time I receive the error response "io_create_error"

My request looks like this:
http://www.imageshack.com/gallery_api.php?action=create&name=TestName&image=img2
13/9095/tulipsk.jpg&cookie=<myCookie>

Unable to find anything in documentation or internet to help, any advice is 
very welcome.

Original comment by cailen.f...@gmail.com on 20 Mar 2013 at 9:00