Options

Maximum number of galleries in a folder cannot exceed 300?

davidweaverdavidweaver Registered Users Posts: 681 Major grins
edited August 8, 2013 in SmugMug Customization
[Update: after a week without an answer and I'm still having this problem I have created a bug report here: http://www.dgrin.com/showthread.php?t=238571]
When SM converted me over to the new site It took all the galleries in my old 2009 directory and created a new 2009 directory with two folders, 2009-1 and 2009-2. In an effort to put all the galleries back into a single 2009 folder I get an error. Upon some trial and error it appears that I cannot move the 301st gallery into the 2009 folder. The error is below.

Is this a bug or feature?


{
"response": {
"Options": {
"Methods": [
"PUT"
],
"ParameterDescription": {
"Text": "Variable length text from MIN_CHARS to MAX_CHARS (MAX_CHARS = INFINITY meaning arbitrary length)",
"Boolean": "For true return type true or 1, for false type false or 0"
},
"Parameters": {
"PUT": [
{
"Name": "MoveUris",
"Label": "Move Album Uris",
"Required": true,
"ReadOnly": false,
"Default": null,
"Type": "Text",
"MIN_CHARS": 0,
"MAX_CHARS": "INFINITY",
"Value": "/api/v2/album/jnPSSq",
"Problems": [
"Target can only hold 0 items"
]
},
{
"Name": "AutoRename",
"Label": "Auto-Rename Conflicting Album NiceNames",
"Required": false,
"ReadOnly": false,
"Default": false,
"Type": "Boolean",
"Value": true
}
]
}
},
"Response": {
"Uri": "/api/v2/folder/user/davidweaver/Events/2009!movealbums?_filteruri=z&_quiet=1",
"UriDescription": "Move Folder Albums",
"EndpointType": "MoveFolderAlbums"
},
"Code": 400,
"Message": "Bad Request"
}
}
Sign In or Register to comment.