Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google+ photos api [closed]

Is there a Google+ photos gdata API? I was using Google picasa API but picasa has a 1 GB limit for photos. I want to upload all my photos using the script which i am writing to Google+ photos.

Is there a Google+ photos gdata API?

like image 439
18bytes Avatar asked Jan 09 '12 00:01

18bytes


2 Answers

Google+ does not currently have a public photo API. It was accidentally announced at one point but has not been officially announced since.

If 1GB is not enough you can pay to increase it.

like image 175
abraham Avatar answered Oct 02 '22 07:10

abraham


Picasa has a 1GB limit for photos greater than 2048 x 2048 pixels. However, there is no limit to photos which are uploaded under this size limitation.

On the other hand, you can use the Google Drive SDK to upload your photos. The free usable limit on Google Drive is currently 5GB.

like image 44
parthiv Avatar answered Oct 02 '22 08:10

parthiv