After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 551472 - Hardcoded files size limit
Hardcoded files size limit
Status: RESOLVED FIXED
Product: postr
Classification: Other
Component: General
0.12
Other All
: Normal minor
: ---
Assigned To: Germán Poo-Caamaño
Postr Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-09-09 07:35 UTC by Tim Lauridsen
Modified: 2009-11-04 22:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
A refactored patch (1.12 KB, text/plain)
2009-11-04 22:13 UTC, Germán Poo-Caamaño
Details

Description Tim Lauridsen 2008-09-09 07:35:29 UTC
The current filesize limit at 20 Mb do not apply for flickr pro users.
check this patch to fix that.
https://bugzilla.redhat.com/show_bug.cgi?id=450406

Other information:
Comment 1 Ross Burton 2008-09-09 07:57:13 UTC
postr.dev has the kludge of making the limit 20M, because I was told that it has been bumped to 20M for everyone.  I now see that I was lied too, so this patch (although needed a rework) is sensible.
Comment 2 Tim Lauridsen 2008-09-09 08:13:30 UTC
I have a pro account and the status line shows 2.0G for me.
So idea in the patch to read the limit from flickr is good, but i need a little work, storing the limit in the status bar object is a little weird :)
Comment 3 Ross Burton 2008-09-09 08:20:19 UTC
postr.dev also doesn't show upload limits if you have a pro account. :)
Comment 4 Tim Lauridsen 2008-09-09 08:25:34 UTC
Then every thing should be ok, but it will still be a good idea to read the limit from flickr for non pro accouts, it flickr changes the limit at some point in time.
Comment 5 Ross Burton 2008-09-09 08:34:14 UTC
Indeed, I said in #1 that I'd apply it.
Comment 6 chris 2009-03-04 00:37:59 UTC
Tim, the 2.0G upload limit is, i think, meant to be _total_ uploads, not _per file_ uploads - which is what the patch is about.

Ross, i'm happy to re-work the patch against the latest source or following any other requirements you have if that'll help.
Comment 7 Ross Burton 2009-04-11 21:52:33 UTC
Just reworking the patch following the previous comments would be great, thanks.
Comment 8 Germán Poo-Caamaño 2009-11-04 22:12:22 UTC
The answer is available on http://www.flickr.com/help/photos/

   "Are there limits on file sizes or file types for uploads?

   With a free account, you can upload photos up to 10MB in size. 
    If you have a Pro account, you can upload photos up to 20MB. 
    Video sizes are limited to 150MB. For more on video files and 
    types supported, please visit the Video FAQ".

So, there is always a limit which is different wheter is a pro or not.
Comment 9 Germán Poo-Caamaño 2009-11-04 22:13:22 UTC
Created attachment 146956 [details]
A refactored patch
Comment 10 Germán Poo-Caamaño 2009-11-04 22:15:54 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.