binaryage / drydrop

Deploy static sites to App Engine by pushing to GitHub
http://drydrop.binaryage.com
Other
224 stars 32 forks source link

mp3 files? #13

Closed FatPanther closed 13 years ago

FatPanther commented 13 years ago

Hi, my site has a couple of mp3 files - github serves them up fine from their raw URL, but in drydrop/GAE I get this error:

404 - Unable to process the page The request to API call datastore_v3.Put() was too large

Thanks

darwin commented 13 years ago

ah, drydrop is not suitable for hosting large files. datastore cache has its limits. you should probably use CDN to host big files and images

FatPanther commented 13 years ago

Figured that might be the case - thanks