bedatadriven / activityinfo-R

ActivityInfo R Language Client
https://www.activityinfo.org/support/docs/R/
17 stars 12 forks source link

Upper limit on server for importTable() #66

Closed Ryo-N7 closed 1 year ago

Ryo-N7 commented 1 year ago

trying to upload table with ~19000 rows and ~200 columns but it looks like i'm hitting the size limit as I get a 413 API error

stilltobiglol

akbertram commented 1 year ago

This is limited to 32mb by AppEngine. stageImport() should request instead a signed URL in order to upload directly to Google Cloud Storage, where there is no size limit.

BUT we need to provide an option for those in countries where sanctions prevent users from accessing Google Cloud Storage directly (Syria, Iran, etc).

akbertram commented 1 year ago

This is not related to the R package. I've opened a ticket to fix this on the server: https://bedatadriven.atlassian.net/browse/AI-3366