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
5
votes
1 answer

Get List of Albums Google Picasa

I'm developing a web application that gets albums and images from Google Picasa. I keep getting a 204, no content response from the server. In addition, I am getting the error: No 'Access-Control-Allow-Origin' header is present on the requested…
KardJaster
  • 61
  • 1
  • 4
5
votes
3 answers

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?
JeremyFromEarth
  • 14,344
  • 4
  • 33
  • 47
5
votes
1 answer

How to retrieve private photoalbums with the Picasa API

I have my oAuth authorization with Picasa working and I can fetch all the albums using access=all, however when I change my access to 'private' in the following URL I'd expect to get my private albums. I get all my hangout albums (with limited…
Neograph734
  • 1,714
  • 2
  • 18
  • 39
5
votes
2 answers

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 writing an app that I would like to upload images…
user265447
5
votes
1 answer

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 upload videos would be nice. These pictures will…
ScottE
  • 21,530
  • 18
  • 94
  • 131
5
votes
0 answers

How to upload images to picasa web album as "Web address (URL)"?

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 image, can I avoid the round-trip of downloading and…
akjain
  • 1,787
  • 3
  • 20
  • 35
5
votes
3 answers

Getting started with a 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 search: given a large enough corpus of faces and…
pbh101
  • 10,203
  • 9
  • 32
  • 31
5
votes
2 answers

Android How to get and show Picasa/Instagram images in my android application?

I would like to show Picasa/Instagram images in my Android app. how to get picasa/Instagram Album images and show my application i'am not geting any example.Picasa/Instagram How to get Images. Has anyone found some good library/example?
NagarjunaReddy
  • 8,621
  • 10
  • 63
  • 98
5
votes
1 answer

UIImagePickerController modular replacement

I am looking for a replace to UIImagePickerController that allows custom extensibility for local pictures, public API's like Facebook/Flickr/Tumblr/Picasa/SmugMug, and custom proprietary picture collections (local or abroad). Solutions I have found…
Stickley
  • 4,561
  • 3
  • 30
  • 29
5
votes
1 answer

getRealPathFromURI() not working with ICS & Picasa based images

I'm trying to get the local path of a image in order to upload it to a server. When using pre ICS it would get a standard path within the android device via getRealPathFromURI(theURI) However with ICS URI will contain a uriString as something like…
wired00
  • 13,930
  • 7
  • 70
  • 73
4
votes
3 answers

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 created a new google account for the user holding…
Luis
  • 41
  • 1
  • 2
4
votes
0 answers

gdata SetAuthenticationToken() - 403 forbidden

I am just trying to get list of Albums in a web app using following c# code. For AccessToken, I wen to OAuthPlaygound and generated an accessToken with Picasa in scope using valid consumer key and password which relevant to my web…
helloworld
  • 2,179
  • 3
  • 24
  • 39
4
votes
1 answer

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 = str(get_published_as_timestamp()) remote_album.published.text = published…
Honza Javorek
  • 8,566
  • 8
  • 47
  • 66
4
votes
1 answer

How to access a Google Photos shared album

I posted this as an answer to a related question but it was deleted by a moderator, so I'm posting this now as a question. The related question is Accessing shared albums from Google Photos I am trying to access a Google Photos shared album using…
4
votes
1 answer

How to read Drive Photos using Drive Rest API

I'm trying to read Google Photos using Drive REST API inside Google Apps Script. The code looks like this: function myFunction() { var files = Drive.Files.list({ maxResults: 10, spaces: 'photos' }); for (var i = 0; i <…
1 2
3
28 29