How to Find Image by URI
Manny
Registered Users Posts: 148 Major grins
Hello,
Many times I embed an image in a gallery somewhere on thw web and then I forget where it is on my Gallery. Is there a way to find this image in my gallery from any of the info in the URI?
For example:
http://manny.smugmug.com/photos/1211363404_rZ98A-L.jpg
How can I find this image in my galleries? I have tried to search for the ID, part of the ID, the URI, etc. etc.
Thanks for your help :-)
Many times I embed an image in a gallery somewhere on thw web and then I forget where it is on my Gallery. Is there a way to find this image in my gallery from any of the info in the URI?
For example:
http://manny.smugmug.com/photos/1211363404_rZ98A-L.jpg
How can I find this image in my galleries? I have tried to search for the ID, part of the ID, the URI, etc. etc.
Thanks for your help :-)
0
Comments
If you have an API Key, you should be able to simply construct a URL as follows to get that information (the green shows which parts to insert from your above URL):
This should then return a response from SmugMug that will give you all the information on that image, including the URL for that image in context of the gallery (see the red below). You can then paste that URL into your web browser to identify the gallery in which the given image is located:
Thank you David...
http://manny.smugmug.com/
You have to request your own API key. You can do this through your control panel by clicking "help" next to API Keys section on your "settings" page.
Or when logged in just go to <nickname>.smugmug.com/hack/apikeys
http://msphoto.smugmug.com
http://twitter.com/tasmanic
Now, what if the Image is a password protected or hidden URI? I tried the API function "password" (as in &password=blah in the constructed URL) but it fails...
Thank you.
http://manny.smugmug.com/
The API is a stickler for casing and "password" should be "Password".
If the picture is in gallery that has hide owner set then you won't be able to get the gallery URL as this would undo the hiding in the first place.
http://msphoto.smugmug.com
http://twitter.com/tasmanic