Menu

#8491 Wrong values displays for Google Picasa storage

open
nobody
5
2013-01-03
2011-10-01
keht
No

My Google account have 20GB storage with 2,4GB used. But Semagic displays that I have 1024mb/-1.7e+003mb
Screenshot attached.

Discussion

  • keht

    keht - 2011-10-01
     
  • tranquilized

    tranquilized - 2011-10-01

    As far as I know, google does not count small images. Semagic displays what the site returns exactly in the album feed, it does not count anything by itself.

     
  • tranquilized

    tranquilized - 2011-10-01

    You can enable debug mode in options/advanced, open picture window and see saved server response response_picasa.getalbums.xml and find gphoto:quotalimit and gphoto:quotacurrent. I guess there is an integer overflow there, at least in the 2nd number, i.e. integer in limited to 4GB

     
  • keht

    keht - 2011-10-01

    I checked the log and found this:
    <gphoto:quotalimit>22548578304</gphoto:quotalimit>
    <gphoto:quotacurrent>2474853016</gphoto:quotacurrent>

    These numbers are correct:
    22548578304 == 21GB (20GB payed + 1GB default)
    2474853016 == 2.3GB (currently used)

    You are right about the overflow.

     
MongoDB Logo MongoDB