With Picasa and Picasa Webalbums from Google a user can manage digital photo's offline (Picasa) and online (Picasa Webalbums).
1
vote
0answers
15 views
how i can get photos in picasa album by FeedUri
i want to get photos in picasa album by FeedUri
i get feeduri and Separate the album id and write this code
public ActionResult Detail(string feeuri)
{
int n=feeuri.LastIndexOf("/");
...
0
votes
0answers
7 views
Cerificate error when uploading images to picasa
I am trying to upload images to picasaweb albums via APIs. But it gives the error as follows:
java.security.cert.CertificateException: No subject alternative DNS name matching picasaweb.google.com ...
0
votes
0answers
26 views
Writing an e-Mail app in applescript
I'm using a webmail account(NOT Gmail: hate its interface), and I DON'T want to use the mac's Mail app(must maintain double contacts lists for one thing).
I use Google Chrome and have set the ...
0
votes
0answers
18 views
add photo comments error to picasa photo
I am tring to send comments my photos which are in my Picasa album with this code. When I executed the code, I got no error but also it couldn't send the comment to the photo. I made several changes ...
1
vote
0answers
36 views
How to get picasa picture thumbnail
Getting an image from the Gallery with
Intent intentGallery = new Intent(Intent.ACTION_PICK,
android.provider.MediaStore.Images.Media.EXTERNAL_CONTENT_URI);
startActivityForResult(intentGallery, ...
3
votes
0answers
120 views
List recreated album names that were previously deleted
Background
I would like to list all the albums for my account that match a given name.
Problem
After deleting an album, then recreating an album with the exact same name, the code for ...
0
votes
1answer
23 views
Picking an image from Android Gallery & Picassa
I am trying to open an image/picture in the Gallery built-in app from inside my application as described in here.
My "picker" activity works fine as long as the image is stored in the device, but the ...
0
votes
0answers
50 views
How to use intent.setPackage() with Google Picasa package name
I implement an application with photo upload possibility.
I created custom list of apps which handle my intent. They are: Bluetooth, Google+, Dropbox and Picasa. I use ...
0
votes
0answers
6 views
Restrict picasa face search folder
For example I have folders named person1 and person2, each folder contains only fotos of same different person and I want Picasa search only for one person per folder.
How can it be done?
-2
votes
2answers
47 views
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 ...
0
votes
1answer
76 views
URLLoader is not working in flex 4.6 Mobile Project for Android
URLLoader is not dispatching Event.COMPLETE event on Android Mobile, although it is working properly in Flash Builder Mobile Debugging. The code snippet is given below:
private function ...
0
votes
0answers
23 views
Picasa Sync'd videos show when picking images from the Gallery
I'm having this problem only with devices running Android < HONEYCOMB. In particular I test it on 2.3.6.
When launching an Intent with parameters: ACTION_PICK, ...
0
votes
0answers
68 views
Using OAuth2 with service account on gdata in python
I've been googling and searching and haven't found anything of much help for this issue.
I want to use data.photos.service.PhotosService to push and pull photos from picasa. I got a service key file ...
0
votes
0answers
25 views
UserFeed.albums in Google Picasa Web API doesnt return all albums list from Picasa Web?
I'm using google-java-client api 1.14 and the google Picasa Web project : Link
that I converted into .jar file
and I'm using this Sample: Link
Everything is fine, I could run the code successfully ...
2
votes
1answer
54 views
Thumbnail for picasa api
I am using the picasa api to do a community search and now I want to put thumbnails on the search results too. How do I do this? I want the results to have thumbnails and clicking on a thumbnail ...
0
votes
0answers
42 views
Integrate yoxview for picasa web albums into html page
Am trying to integrate yoxview into my website so i can automatically load photos from picasa to the site. I cant seem to get it working though. Here is what ive done:
This is the test.html file i ...
0
votes
0answers
56 views
Panoramio PHP Upload
I have been searching for a possible way of uploading photos from my web application straight to Panoramio using PHP, but not found any solution.
On the Google Developers website I found this page ...
3
votes
0answers
181 views
How to load a Picasa image from URI?
I'm using ACTION_PICK intent to select an image from gallery. Some albums like "Posts", "Profile Photos", etc are marked with Picasa icon. For images from such albums I get a URI similar to this:
...
0
votes
1answer
62 views
How to fetch photos from Picasa album?
I am developing an application which need to display photos from Picasa web album.
I have search about it. I got following links.
https://code.google.com/p/gdata-objectivec-client/
I have downloaded ...
0
votes
0answers
69 views
Picasa Web Albums Data API- Add photo comments error
I tried to add a comment on my Picasa Photo by following code. But i got error when try to execute the following command. I tried in several ways by changing content-type, adding/removing oauth_token. ...
0
votes
1answer
63 views
Picasa API – Requesting thumbnails of a certain size
I am using the C# code shown below to retrieve thumbnails from an album using the Picasa API. Can someone tell me how I can retrieve larger thumbnails by making changes to the code?
public void ...
0
votes
0answers
84 views
Picasa getAlbum request not working Android
String album = "http://picasaweb.google.com/data/feed/api/user/"+email;
HttpURLConnection con = (HttpURLConnection) new URL(albumUrl).openConnection();
// request method, timeout and headers
...
0
votes
1answer
43 views
How do I upload an image to a certain Picasa Web album without using the deprecated API?
It says so on https://developers.google.com/picasa/ that the APIs are deprecated. Is there a way to upload an image to a specified album and get the URL of the uploaded image?
The reason why I didn't ...
-3
votes
1answer
88 views
Why jQuery getJSON works ie. with http://picasaweb.google.com/data/feed/api/user/ or 'http://query.yahooapis.com/v1/public/ [closed]
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?
0
votes
0answers
55 views
Upload photo on picasa generate error “Authentication Required”
I have followed all the steps of picasa API
I have generated the access token successfully to get the user id and
also got the album id.
However when I try to upload the photo in that album using
...
0
votes
0answers
117 views
Picasa Auto Updating Web Based Slideshow
This is just a general 'do you know of' question. I am looking for a fullscreen slideshow/slider that will 'instantly' automatically append new Picasa images to a running slideshow. Know of anything ...
0
votes
0answers
22 views
Where is the Google web album service on API Console?
I want to register Google Web Album API to upload image, but I don't see the Google Web Album Data in the Services of API Console.
Any idea?
1
vote
1answer
110 views
enable flickr and picasa in TinyMCE
My client needs flickr and picasa support in my TinyMCE editor. Has anybody got any advice on plugins which would allow him to do 'standard' embed functions? I know that wordpress supports this, and ...
0
votes
1answer
20 views
Specify items per page
I'm trying to query Picasa Web Albums to pull album/photo data (obviously!) however initially I only need to pull the first 4 photos. Is there any way to limit a particular field or specify the items ...
0
votes
1answer
133 views
Query Picasa Web Albums for specific PhotoIDs to check for existence
I have a list of PhotoIDs as well as the User ID which apparently is required as PhotoID is not globally unique, and I'm attempting to get a list of photos in order to test whether the photos are ...
0
votes
0answers
174 views
Upload to online album without user login
I would like to have a upload and display image function in my web app where anybody can just upload.
I am exploring existing platforms like Flickr and Picasa. But one of the requirement is that ...
0
votes
0answers
162 views
Cannot upload image to Picasa by Picasa API Data
I'm trying use the Picasa AIP to upload image by CURL in PHP, I've got the Authentication Code, then pass it to the uploadImage function, but it's not upload the image. Here is my code:
class ...
0
votes
0answers
95 views
Getting the photo id from a picasa uploader in the program after uploading the picture
I am new to android and this is my first project. I am able to upload a picture to picasaweb using the code below http://code.google.com/p/picasaphotouploader/
Now I want to get that link of the ...
0
votes
1answer
177 views
PWI - Picasa Webalbum Integrator and jQuery.noConflict()?
I have a Problem with the following script: http://code.google.com/p/pwi/
This is a very nice Picasa jQuery Gallery!
Can someone please tell me how i run this script in jQuery.noConflict() mode? I ...
0
votes
0answers
97 views
How to get comments of picasa photos
I am using Zend Gdata's Picasa API with PHP to upload and view photos of my picasa account
Following is the code to display all other information but stuck in retrieving comments .
I need retrieving ...
0
votes
0answers
84 views
Does Picasa api allow CORS Post?
Picasa api allows cross domain GET requests. But when I tried posting an image/comment, I got the following error.
XMLHttpRequest cannot load ...
0
votes
1answer
325 views
Picasa API for Android
Does somebody know where I can find a good API to send and receive photos from my Android-phone to Picasa? I've been searching for more than 2 days but I can't find a good way.
I think the best way ...
-6
votes
3answers
253 views
.raw file and how to open it? (not GIMP/PICASA) [closed]
EDIT: If it helps I think this application is based in html in some fashion.
I have a bunch of .raw files that are used by a java application (not mine), but I just wanted to take a look at them ...
1
vote
1answer
450 views
Upload photo to picasa from android?
I'm new to android programming. I'm looking for a simple way to send pictures to Picasa, I looked at a lot of projects on it. I'm just looking to send a JPEG or PNG button I click, sends and displays ...
0
votes
0answers
66 views
How to upload video from Picasaweb to Youtube directly?
I have quite a few videos in PicasaWeb. Most of them are uploaded via InstantUpload. Recently I lost the original files in my phone. How can I upload those videos from PicasaWeb or Google+ to Youtube ...
2
votes
1answer
148 views
Missing code in google-api. Unable to locate 'picasa-android-sample' code
I have followed this tutorial to create an app for Picasa android. I downloaded the code from:
hg clone
https://code.google.com/p/google-api-java-client.samples/ google-api-java-client-samples
...
0
votes
0answers
77 views
Execution of request failed when uploading Image in Picasa using PicasaEntry in C#
I am trying to upload image in Picasa using Google API .The code was working fine in past but it is given error from last few days.
Error : Execution of request failed: ...
0
votes
0answers
133 views
Picasa Web Album Parse using JSON
Is there a way to parse Picasa web albums to do a photo search by photo tag using JSON? I'm able to do this with both Flickr and Twitter with ease but I would like to also with Picasa. Thanks!
This ...
0
votes
0answers
48 views
google data api auth without raising user form login
I'm building an web which will get data from picasa. Several people will use. The web is just have 1 data source (1 picasa account) but I want to make the user authorized into that account without ...
0
votes
1answer
199 views
Picasa data api and JSON - no output
I'm calling my account's album with the URL in following form:
https://picasaweb.google.com/data/feed/api/user/<user_id>/albumid/<album_id>
This returns an ATOM feed with this URL:
...
1
vote
0answers
72 views
Picasa Public Web Album Thumbnail Retrieval
Given a URL to a public Picasa Web album (album is not mine), is there a way to retrieve the thumbnail for that album? The Picasa web API seems centered around knowing the Picasa username but I don't ...
2
votes
1answer
416 views
Get large (original size image) in Picasa RSS feed
I'm using a Picasa RSS feed no problem but I can't get the original large size image that I uploaded. When uploading via Picasa I purposely chose to upload 'Original size' (quite big). The feed URL's ...
2
votes
1answer
128 views
How to get photos by album name Picasa and Zend GData PHP
I am having trouble accessing Picasa web albums by album name. I have album name 'My Test Album'. If I use that name (including the spaces) I receive the error:
Fatal error: Uncaught exception ...
1
vote
1answer
288 views
Getting error -[__NSDictionaryM countByEnumeratingWithState:objects:count:]: message sent to deallocated instance
I m using GData client library of google for picasa photos in my project .i have enable NSZombie setting in EDIT scheme under project so after enabling it console is showing this error ...
0
votes
0answers
50 views
Picasa Ruby gem error
I am trying to use picasa gem (https://github.com/morgoth/picasa).
I got the following error on ruby 1.9.3.
1.9.3p194 :004 > client=Picasa::Client.new({:user_id => 'sam.s.kong@gmail.com', ...




