Options

Upload API

sahainesahaine Registered Users Posts: 2 Beginner grinner
HI I've been trying to use the Upload API for a couple of days now (C# Implementation) the request I have been making appear to pass OAuth and get a 200 response but fail:
{
"stat": "fail",
"method": "smugmug.images.upload",
"code": 5,
"message": "system error"
}

can anyone give me any pointers where I am going wrong?
Tagged:

Comments

  • Options
    sahainesahaine Registered Users Posts: 2 Beginner grinner
    I have found it!!! :-) I was using the Node Uri for the album path Doh! It would be nice if we would have some more documentation on error codes. I eventually found it as I came across the Upload Log (Account Settings => Stats => Uploads => Details) and there was the error to see the Album ID was incorrect. Hopefully, this will help someone else and save a few hours (days) :-)
Sign In or Register to comment.