picasa

Google Photos API import all my photos

非 Y 不嫁゛ 提交于 2019-12-04 18:32:29
问题 I've been reading more or less every StackOverflow question about Google Photos, and still I haven't figured out the answer. I need, for my Rails app, to get the url of every single photo uploaded on Google Photos. I can't use Picasa for a long term project, G Drive API does not find all the photos, G+ can't find all the photos Please, help me find a solution O.o It can be Javascript-based, or curl-based, I'll translate it. Thanks in advance! UPDATE I've found https://github.com/howdy39

Are there any image hosting services with a public API? [closed]

﹥>﹥吖頭↗ 提交于 2019-12-04 07:45:49
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 3 years ago . I've been considering image hosting services for a project but am starting to wonder if that's just too complicated for my target audience as they'd have to upload all their images to the hosting service and then "attach" the images to the CSS file using the links the hosting service provides them. While that's

How to read XMP face data from JPEG in Java

半城伤御伤魂 提交于 2019-12-03 17:05:18
I have saved Picasa's face data inside my JPEG files (in XMP) and now I am trying to read that information in Java. So far I am failing and help would be much appreciated. I am trying to use metadata-extractor library (though any other solution would also be fine). I can read the basic information (like the date, the image size etc.), but I am lost at extracting the additional data. This is what I get so far: File file -- this is my JPEG file Metadata metadata = JpegMetadataReader.readMetadata(file); XmpDirectory xmpDirectory = metadata.getDirectory(XmpDirectory.class); XMPMeta xmpMeta =

Get list of all files in Google Photos

萝らか妹 提交于 2019-12-03 15:54:44
My ultimate goal is to get a list with all the files (photos, videos) in my Google Photos account preferably with their path. If I have to use some API I would rather use a .NET based one. Can you provide some directions in this matter? I've tried the Gdata API, via the PicasaService, but providing my email/password as credentials did not work and I always get 404 response. How to list all files in your Google Photos : I was surprised at how long it took me to find this API. It's not necessarily "secret information", but I suppose most users are perfectly happy viewing their Google Photos "the

How do we display a photo from Picasa java API?

天大地大妈咪最大 提交于 2019-12-03 13:08:21
问题 Okay, it seems to be a stupid question, since we have this However, up to the moment, I can only succeed in displaying the thumbnails by using: PhotoEntry photo = //somehow I get the instance photo.getMediaThumbnails().get(0).getUrl() The biggest photo I can display through this method is up to 300 pixel or so[which is photo.getMediaThumbnails().get(3) ]. How can I display the a thumbnail up to 400 pixel or even 800 pixel? Or How can I even refer back to the google picasa page that can

How to load a Picasa image from URI?

余生颓废 提交于 2019-12-03 12:01:01
问题 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: content://com.google.android.gallery3d.provider/picasa/item/5769844615871490082 I can load an image from this URI using ContentResolver and BitmapFactory with no problem: final InputStream ist = context.getContentResolver().openInputStream(intent.getData()); final Bitmap bitmap = BitmapFactory

Google Photos API import all my photos

左心房为你撑大大i 提交于 2019-12-03 11:16:11
I've been reading more or less every StackOverflow question about Google Photos, and still I haven't figured out the answer. I need, for my Rails app, to get the url of every single photo uploaded on Google Photos. I can't use Picasa for a long term project, G Drive API does not find all the photos, G+ can't find all the photos Please, help me find a solution O.o It can be Javascript-based, or curl-based, I'll translate it. Thanks in advance! UPDATE I've found https://github.com/howdy39/google-picker-api-demo which lets me get all my photos inside an album. It's something, but I hope Google

How do we display a photo from Picasa java API?

白昼怎懂夜的黑 提交于 2019-12-03 04:08:22
Okay, it seems to be a stupid question, since we have this However, up to the moment, I can only succeed in displaying the thumbnails by using: PhotoEntry photo = //somehow I get the instance photo.getMediaThumbnails().get(0).getUrl() The biggest photo I can display through this method is up to 300 pixel or so[which is photo.getMediaThumbnails().get(3) ]. How can I display the a thumbnail up to 400 pixel or even 800 pixel? Or How can I even refer back to the google picasa page that can actually help me display this photo? Thanks Daxon Quite Simple PhotoEntry photo = //somehow I get the

Are there any image hosting services with a public API? [closed]

让人想犯罪 __ 提交于 2019-12-02 16:13:10
I've been considering image hosting services for a project but am starting to wonder if that's just too complicated for my target audience as they'd have to upload all their images to the hosting service and then "attach" the images to the CSS file using the links the hosting service provides them. While that's a fairly simple process for us developers, I'm thinking that might be a large barrier to getting user buy-in for this feature. I could simplify by hosting and serving the images myself but I'm worried about potential scalability issues that could present which I don't have the hardware

Is there a Google Photos API [closed]

孤街浪徒 提交于 2019-12-02 14:54:47
I know that there is an older post here with the same question. But it was asked in 2012 and the answers are also a couple of years old. Also that is about Google+ Photos , and I am asking about Google Photos Recently Google Photos has been made a shiny new service with new announcements about having unlimited photo uploads (for photo size < 16 MB). I am currently having a service that uploads to Google Drive. I checked Google Developer site but did not find anything related to Google Photos. So does the new Google Photos have any open API with it? Does anyone have any information? I