Questions related to the SmugMug API. Primarily for developers building apps using the API.
7
votes
1answer
250 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 ...
11
votes
1answer
152 views
I want more information back from an API call but the heavy argument is too much data, options?
There are several API requests that have loads of data available in the response (smugmug.albums.get for instance) but by default the info returned is minimal and the heavy=true option returns too ...
4
votes
1answer
237 views
Drupal 7 SmugMug API
Has there been any work on integrating SmugMug into Drupal 7? I am moving forward using the the phpSmug code as a library to communicate with SmugMug and using Drupal 7 to do the View work for Drupal.
...