0
votes
0answers
18 views

API - How to upload pictures?

I'm an iOS developer and I would like users of my app to upload to MY account (in their own gallery) and not theirs. The 1.3 API exclusively works on the OAuth model that requires every user to have ...
1
vote
1answer
111 views

Is guest uploading possible using the API?

Smugmug recently added guest uploading as a new feature (dgrin link). Can guest uploading be done using the Smugmug API?
1
vote
1answer
108 views

How is calculated the md5 for pictures in portrait orientation?

I wrote a script to sync pictures with my smugmug account, in which I compare the md5 of local files with the md5 of the files online to see if I need to update them. It works well for pictures in ...
0
votes
2answers
103 views

Why is this error returned from phpSmug

I am working on an app that will upload images to my smugmug account. I am using phpSmug 3.4 and the following code: require_once( "phpSmug.php" ); try { //assign Variable ...
3
votes
1answer
146 views

Upload image basics

I'd appreciate some basic direction on writing an app that uploads images. The 1.3.0 API seems to only allow uploading from a URL, however I see references to being able to upload directly via POST. ...
2
votes
0answers
159 views

Synchronize Ubuntu local folders with SmugMug

I'm currently using the PHP multi-album uploader (slightly modified) to upload my pictures to SmugMug from my Ubuntu machine. Ideally, I'd like to keep my files in sync between my local machine(s) ...
7
votes
1answer
257 views

How can I figure out what the errors mean that are returned from uploading?

When I upload files and an error is returned they're often enigmatic results like "wrong bytes received", is there any way to get more information on why an upload failed or what these error results ...