need to make Album created to be PRIVATE
sujit1779
Registered Users Posts: 46 Big grins
Hi,
1) when I create an album using c# it shows VISIBILITY as "unlisted (anyone with the link)" whereas I need it to be "Private (Only Me)" , how can I do that?
See screenshot below
https://www.dropbox.com/s/s630odhqe3yg7jz/ScreenHunter_126%20Mar.%2008%2015.19.jpg?dl=0
====
I am using below code url
secure.smugmug.com/services/api/rest/1.3.0/?method=smugmug.albums.create&Public=False&Protected=True&Searchable=False&Title=MyTesTAlbum
2) Also albums that are created appear under OTHERS category, I want it to appear not under that. How can I do that?
1) when I create an album using c# it shows VISIBILITY as "unlisted (anyone with the link)" whereas I need it to be "Private (Only Me)" , how can I do that?
See screenshot below
https://www.dropbox.com/s/s630odhqe3yg7jz/ScreenHunter_126%20Mar.%2008%2015.19.jpg?dl=0
====
I am using below code url
secure.smugmug.com/services/api/rest/1.3.0/?method=smugmug.albums.create&Public=False&Protected=True&Searchable=False&Title=MyTesTAlbum
2) Also albums that are created appear under OTHERS category, I want it to appear not under that. How can I do that?
0
Comments
Using the newer API you should also have an easier time specifying the parent folder for albums that you create (folders replaced categories in the New SmugMug platform that we launched a couple of years ago).
SmugMug Product Manager