Upload API
sahaine
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?
{
"stat": "fail",
"method": "smugmug.images.upload",
"code": 5,
"message": "system error"
}
can anyone give me any pointers where I am going wrong?
0
Comments