Questions tagged [picasa]

Picasa and Picasa Web Albums are both discontinued image organizers and image viewers. They were free to use, only a registered Google user was needed (Gmail or Google Apps). It let you manage pictures, categorize, tag and edit them and could synchronize them between the offline and online locations.

Picasa and Picasa Web Albums are both discontinued image organizers and image viewers. They were free to use, only a registered Google user was needed (Gmail or Google Apps). It let you manage pictures, categorize, tag and edit them and could synchronize them between the offline and online locations.

421 questions
0
votes
2 answers

java.lang.NoClassDefFoundError: com.google.gdata.client.photos.PicasawebService

I´m using the Picasa Api and added the following libraries: activation.jar gdata-client-1.0.jar gdata-client-meta-1.0.jar gdata-core-1.0.jar gdata-media-1.0.jar gdata-photos-2.0.jar gdata-photos-meta-2.0.jar mail.jar Further I´m importing: import…
Diego
  • 4,011
  • 10
  • 50
  • 76
0
votes
2 answers

What is postUrl in: AlbumEntry insertedEntry = myPicasa.insert(postUrl, myAlbum);

I´m trying to understand and use the Picasa Api, I´m using this example https://developers.google.com/picasa-web/docs/2.0/developers_guide_java?hl=nl-NL, so I´m trying to create a new album using the followin code: AlbumEntry myAlbum = new…
Diego
  • 4,011
  • 10
  • 50
  • 76
0
votes
1 answer

Posting a photo without metadata for Picasa Web Album (result 403 Forbidden)

Occured error(return 403 Forbidden) when upload a Photo without metadata to Picasa web album. (Memo: it'susing an OAuth2.0, "userId" is not gmail adress[numerical id]) i don't know occasion. anybody please technical support thanks public String…
-1
votes
1 answer

rename image file using its Picasa name tags

I am struggling with EXIFTOOL to rename a batch of JPG files using each file's Picasa name tags. Any help appreciated.
John
  • 1
  • 2
-1
votes
1 answer

Saving a photo from mobile to GDrive

I want to take a photo with my mobile and save it to the Google Drive in a particular folder. I can, for example, wait my photo to be uploaded by Google's background service, and then save it with the script to Google Drive. But, unfortunately, code…
o_nerti
  • 11
  • 7
-1
votes
1 answer

How to make picasa album API Displays my private Google Photos Albums on my wallpaper App?

I was working on an android wallpaper app where i use Google picasa album API as where the wallpapers are downloaded from , so i create an album on google photos where i put all the wallpapers images in . Then i had this problem where albums that i…
-1
votes
1 answer

Picasa Web Api requesting photo in Json, but it always returns Xml data

When Im trying to get the list of photos in json format from the following url,It always returns me the xml https://picasaweb.google.com/data/feed/api/user/sethu.store/?albumid=Keerthi?alt=json
-1
votes
1 answer

How to read RSS feed http://picasaweb.google.com/ using c# net 2?

How to read feed http://picasaweb.google.com/data/feed/base/user/... using c# net 2 ?
Hamamelis
  • 1,983
  • 8
  • 27
  • 41
-2
votes
1 answer

How to access Picasa Api url in Descending Order

I am making an android app using picasa web album. I have implemented the code to access the images using api. but i am unable to put that images in descending order so that i can access new images at top of the grid view. I am using url like this…
-2
votes
2 answers

What are some good alternatives to the Picasa Search API?

I'm writing a sample web based application that requires image based results to be delivered in the form of an XML document. Currently I'm using Picasa search API. I'm getting the XML response on requesting the API call URL. Here is my current…
hytriutucx
  • 1,614
  • 6
  • 26
  • 37
-2
votes
2 answers

How to get user photos from Picasa and Flicker?

I am working on a project in which i need to integrate the picasa and Flicker to get the photos to my app. Picasa I searched for it got some links http://code.google.com/apis/picasaweb/overview.html but it doesn't work for me . there is no android…
RajaReddy PolamReddy
  • 22,428
  • 19
  • 115
  • 166
-3
votes
2 answers

Html/Markup format using Picasa PHP FOREACH

Hi guys im trying to format an html output based on this picasa script using foreach, this way:

The output…
fecapeluda
  • 133
  • 1
  • 6
  • 20
-3
votes
2 answers

How do I use Picasa's photo-editing features in my program?

How do I integrate Google Picasa's cropping and brightness- and contrast-adjusting features with my Delphi application? Any of its other features would be a bonus for me. If it is not possible, I am also looking for good native components that can…
Plastkort
  • 957
  • 1
  • 26
  • 40
-3
votes
1 answer

Why jQuery getJSON works ie. with http://picasaweb.google.com/data/feed/api/user/ or 'http://query.yahooapis.com/v1/public/

Why jQuery getJSON or similar calls work with picasweb or yahoo APIs and they do not work with any other url outside the the my page domain?
-4
votes
1 answer

What is pbzloc="22" in my HTML?

I'm using Google Picasa. The following shows up in my HTML doc, but I can't figure out what it is: pbzloc="22" This, for example, shows up in the following HTML

StSava84
  • 33
  • 4
1 2 3
28
29