picasa
How to build a http post request with the correct entity with Java and not using any library?
How should I build the entity to achieve this post request? POST https://picasaweb.google.com/data/feed/api/user/userID/albumid/albumID/photoid/photoID[详细]
2023-02-13 16:17 分类:问答Why does the same code work in a servlet but not in a Spring controller?
This code works in a servlet: PicasawebService service = new PicasawebService(\"Picasa test\"); PicasawebClient picasaClient = new PicasawebClient(service);[详细]
2023-02-11 08:23 分类:问答Simple XML parsing with Google Picasa API and JQuery
I\'m starting to l开发者_开发技巧ook into Google\'s Picasa API for photo data, which provides you with a big XML file with info about albums and photos.[详细]
2023-02-09 12:01 分类:问答How to get a photo with a certain title from Picasa using the Java API
Does anybody know how to get a photo from Picasa by its title without knowing 开发者_开发技巧the album it belongs to? I\'m already authenticated.I suppose you can do something like this:-[详细]
2023-02-07 10:19 分类:问答Connecting with Google Picasa -> Delphi 7
I am looking for various ways to make my application more userfriendly, at this time I use my own functions and graphic library in order to crop images and save them, however I really like Google Pica[详细]
2023-02-06 05:09 分类:问答Is there a way to tell Drupal not to cache a specific page?
I have a custom php page that processes a feed of images and makes albums out of it. However whenever i add pictures to my feed, the Drupal page doesn\'t change until I clear the caches.[详细]
2023-02-04 01:40 分类:问答Why does GphotoEntry work but PhotoEntry returns empty value in Picasa Web Albums API?
I have the exact same issue as simplyi has here.It appears he has never been answered and I couldn\'t find this question on this site so I figured I\'d put it before this community.[详细]
2023-02-02 15:05 分类:问答Get all photos from Picasa by person
Is it possible to get all photos by a persons name through the Picasa Web Albums Data API? All examples I can find, shows开发者_运维技巧 how to get photos by an albumid.You can request a list of the[详细]
2023-02-01 16:08 分类:问答Not able to change a date of my Picasa Web Albums album via Python API
I am not able to change a date of my Picasa Web Albums album via Python API. Spent many hours with that and I am hopeless now. Code:[详细]
2023-02-01 12:11 分类:问答URL security - what is considered a secure unguessable URL?
I was just thinking about the URLs of my current web project. The user can access different resources, like images using a web site. The URLs look something like this http://localhost:2143/p/AyuducjPn[详细]
2023-01-31 04:12 分类:问答