Tagged Questions
With Picasa and Picasa Webalbums from Google a user can manage digital photo's offline (Picassa) and online (Picasa Webalbums).
7
votes
7answers
3k views
Automatic face detection using Picasa API to extract individual images
(A similar question has been asked on superuser for answers related to applications. The question is posted here to gather programmable solutions for the same)
At my work place, passport sized ...
6
votes
1answer
446 views
Uploading an image to Picasa from a Chrome Extension
I'm trying to upload an image to Picasa from a Google Chrome Extension and running into some trouble constructing the POST.
This is the protocol google specifies for uploading an image to Picasa ...
4
votes
1answer
667 views
Flickr api vs. Picasa api
I'm building an application where users can upload pictures. All I require is for the user to upload the initial photo, and manage the title, description, tags and spatial data for kml. The ability to ...
4
votes
4answers
2k views
How to access the Picasa (desktop) database?
Is there any way to read the Picasa database?
What is the format of the Picasa database?
Are there any APIs to access the database?
4
votes
2answers
1k views
Rails Photo Gallery Plugin for 3rd Party Hosting on Flickr or Picasa
I don't want to store photos on the server. I'd prefer to use picasa or flickr, etc. I'm wondering what solutions are popular and work well. I've found:
http://code.google.com/p/picasaonrails/
...
4
votes
4answers
2k views
Picasa Plugin
Does anyone here know any resources on how to get started writing a plugin for Google's Picasa? I love it for photo management, but I have some ideas for how it could be better.
Riya-esque facial ...
3
votes
1answer
138 views
google hybrid protocol authentication issue
I've been successfully using OAuth1.0+OpenID Hybrid protocol for authentication with Google and thereafter using its services.
However, I am facing an error for a specific user account.
My current ...
3
votes
1answer
224 views
Integrating Facebook, Twitter, FriendFeed, Picasa and other Social Media or Networking Sites in to a website
Iam developing a website in PHP, which has to integrate facebook, twitter, friendfeed, picasa etc..
Is there a common API using which we can integrate various famous social networking sites like ...
3
votes
1answer
236 views
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:
# set values
remote_album.timestamp.text = ...
3
votes
3answers
118 views
How can I handle long header declarations in PHP requests?
I'm trying to use the Picasa Web Uploader API to upload galleries of photos to my website. I've been able to implement the button, get it set up in Picasa and get authentication working, but when it ...
3
votes
1answer
762 views
show picasa album in android app
I want to show picasa album in a grid view in my android app. I have the username/password + album id of the album from which i want to load the album.
i tried implementing this via gdata library but ...
3
votes
2answers
2k views
Picasa access in android: PicasaUploadActivity
I am new to Android, and I'm struggling to figure out exactly what tools are available to me.
I am developing for Android 2.0.1 for now, just because that is what my device runs.
Specifically, I am ...
3
votes
0answers
796 views
How to upload images to picasa web album as “Web address (URL)”? [closed]
The Web album http://picasaweb.google.com has only the option to browse images from disk. What if I do not have images/photos on disk and I don't want to download image.
If I know the URL of the ...
3
votes
2answers
2k views
How do we display a photo from Picasa java API?
Okay, it seems to be a stupid question, since we have this:
http://code.google.com/intl/en/apis/picasaweb/docs/2.0/developers_guide_java.html
However, up to the moment, I can only succeed in ...
3
votes
3answers
3k views
How can I integrate the Picasa API into my iPhone application?
I have tried to integrate the Picasa API on iphone, compiles fine, but I am seeing the following error in launch.
dyld: Library not loaded: @loader_path/../Frameworks/GData.framework/Versions/A/GData
...
2
votes
2answers
385 views
Picasa Embed Gallery + Custom jQuery UI slider
I am trying to create a tool that scrolls a whem dynamic items from from Picasa.
Picasa allows a nested file option which means that new items are being loaded over and over as the user navigates ...
2
votes
1answer
118 views
Picasa albums title encoding. Not unicode?
I wrote a simple client for Googles Picasa service. What I want is to create a folder with albums title name and download original photo from the service to this folder.
If there is any non-latin ...
2
votes
0answers
52 views
How to get remaining storage of Google Picasa account using API?
How to get remaining storage of Google Picasa account using API?
I used this code but did not see any bytesused tag
FeedQuery query = new FeedQuery();
PicasaService service = new ...
2
votes
1answer
82 views
How to retrieve a picasa photo using Google api in Python
I am trying to retrieve a photo (the .jpg file) from a Picasa album using the gdata Google API. However I did not find any method which does it, even though it is possible to upload a photo using ...
2
votes
1answer
104 views
Is it possible to create / view photos only by a certain group of people
We have several organizations and several users per organization in
our application. We would like to create several albums with photos
for each organization. There will be an admin who will have ...
2
votes
2answers
700 views
Retrieve Picasa Image for Upload from Gallery
I am working on an activity and associated tasks that allow users to select an image to use as their profile picture from the Gallery. Once the selection is made the image is uploaded to a web server ...
2
votes
1answer
158 views
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.
2
votes
2answers
210 views
GAE+ Picasa heavy use. Restrictions or quotes
I suppose it can be offtopic, but I didn't find this info anywhere.
I am going to build a GAE app that will heavily work with Picasa as an image hosting. It will add new images, fetch existing, update ...
2
votes
3answers
1k views
What language is Picasa written in?
This was asked about a year ago, but never really answered. It would be great to find out what language/gui framework was used to write Google's desktop Picasa app. Any ideas?
2
votes
2answers
384 views
How to reverse a RectangleF to a Picasa face hash
Here are the details for what Picasa stores as a hash. It stores them like this:
faces=rect64(54391dc9b6a76c2b),4cd643f64b715489
[DSC_2289.jpg]
faces=rect64(1680000a5c26c82),76bc8d8d518750bc
Info ...
2
votes
2answers
935 views
Picasa API for C# error
My Code:
foreach (PicasaEntry entryAlbuns in feedAlbuns.Entries)
{
AlbumAccessor ac = new AlbumAccessor(entryAlbuns);
PhotoQuery photos = new ...
1
vote
1answer
88 views
Send username and password to google oauth authentication
I'm developping an application in android that provides information about different places. I've though of storing images of these places in picasa and retrieve them using the google apis, for this I ...
1
vote
1answer
119 views
Uploading to picasa from android app
I'm developing an app for which I need to be able to upload pics to picasa open album.
Ive gone through many threads,forums... tried a couple of methods using http post but none seems to work.
Has ...
1
vote
1answer
83 views
How to retrieve only 1 photo from Picasa using Google API with Asp.net?
Is it possible to retrieve just one photo from picasa. I am looking around on the web and the documentation and I have yet to see an example, There is one post on here that came close but gave a half ...
1
vote
2answers
70 views
Getting full image from link on photosharing services
I want to do script, that can get direct link to the image from photo-services (flickr, instagram, picasa, deviantart & dribbble)
User adds link into the form:
...
1
vote
0answers
83 views
403 forbidden with simple Android Picassa album list request
I'm having a terrible time accessing Picasa from Android. After hours of researching, I finally determined that the Google API Java Client library is what I should be using. Several hours later and I ...
1
vote
0answers
93 views
Picasa picture upload with GDATA API over OAuth1.0
I have been trying to use the GDATA APIs for Picasa, with OAuth1.0
Though I am able read all the information, image upload is failing with HTTP error 400:Bad Request.
Can someone show me a working ...
1
vote
1answer
223 views
How to Download Photo Album,s from Picasa or Flickr using iPhone SDK…?
I am trying to get the albums from Picasa or Flickr. I was unable found useful information from google. What exactly I needed is upon giving the login credentials, we need to download the albums and ...
1
vote
1answer
225 views
Objective-C Google Web Albums API - Strange error when trying to upload image
I'm using the Objective-C version of the API.
I've copied the code from the example project almost exactly, but am
getting this error every time I try to upload a picture:
"failedWithStatus:400 ...
1
vote
2answers
577 views
How do I retrieve the Picasa id/URL of an image from the gallery
I have an activity that retrieves images from the device's gallery and uploads to a service. Now, for optimisation purposes, I would like to avoid uploading images that are on Picasa an just store ...
1
vote
0answers
115 views
Upload photos to picasa in .net
I want to upload photo to picasa using oauth authentication. I have successfully created an album, listed all albums and photos but when I try to upload photo to an album, it throws an error forbidden ...
1
vote
1answer
395 views
Simple Picasa image upload code example
I have done extensive searching but I have found no piece of code that anyone has done showing how to choose an Image from the Android gallery (that's the easy part) and have it uploaded to a default ...
1
vote
3answers
215 views
Jquery XML Parse URL Issue
I have been trying to pull in the names of the albums from picasa using the jquery xml parser. However when I use the "https://picasaweb.google.com" link the function doesn't work. Any clues as to ...
1
vote
2answers
535 views
Uploading picture to picasa web
I m trying to upload a new photo to picasa using the API.
code not working
I am getting the following error:
Exception Details: System.Net.WebException: The remote server returned an error: (400) Bad ...
1
vote
2answers
4k views
Uncaught TypeError: Object#<Object> has no method 'dispatchEvent'
I'm trying to combine Drupal with Picasa web integrator.
I have these 3 lines in the section of my page.tpl.php:
<script type="text/javascript" ...
1
vote
1answer
294 views
android get picasa image URLs
we are working on an application that needs / wants to act like the stock Gallery app in that it shows images from the SD card, as well as images from picasa.
i realize i could obtain credentials ...
1
vote
2answers
505 views
Google Picasa Web Api: Get the private album
I had so many albums in my picasa web, some of them are private. Now, I want to retrieve only those private album using the Google Picasa Web Api. I have read the documentation and found out that I ...
1
vote
0answers
165 views
Upload new photo to picasa by http request actionscript 3
I want to add new photo to picasa server using picasa API in as3.
Can you tell me the form of http request and how to create binary image data to put in request.
API directory: ...
1
vote
1answer
114 views
Understanding this namespace workaround for parsing XML with JQuery
I've been struggling with how to pull the text from inside a tag that contains a colon in an XML file (my original question is here). In my specific case, I'm working with the Google Picasa API and ...
1
vote
1answer
130 views
Does the Picasa API support querying and updating the list of users that an album is shared with?
I'm trying to figure out if I can use the Picasa API to grant other users the ability to view private albums. The developer's guide shows the following in the example data returned for the feed of a ...
1
vote
0answers
160 views
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.
For whatever ...
1
vote
4answers
911 views
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.
1
vote
1answer
449 views
How do I download images from Picasa Web API in Java
Google's developer guide explains how to upload photos to the Picasa Web Albums, but how do I download the image file in Java so that I can save it on my local machine?
1
vote
5answers
203 views
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 ...
1
vote
1answer
1k views
accsessing picasa using android
I am trying to access picasa from android ,
i have tried to run following sample code
...