twilio - Is there a limit on how many files can be dynamically generated on Google Cloud Storage? -
i have app uses appengine , twilio send voice messages.
in order send voice message have have message content in publicly available xml file. app has form allows user create , post message. once user posts message, app dynamically create xml file , save bucket in google cloud storage (gcs).
it appears can work ten times only. on eleventh attempt, cgs not generate , save file. when twilio tries make voice call, craps out 404 error because gcs never created file. if delete of files in bucket, it'll start working again.
i can't find documentation on google regarding kind of limitation. know if there such limitation?
thanks
Comments
Post a Comment