8

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?

18bytes
  • 5,521
  • 7
  • 40
  • 64

2 Answers2

6

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.

abraham
  • 41,605
  • 9
  • 84
  • 134
2

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.

parthiv
  • 71
  • 5