internetarchive / internet-archive-voice-apps

Voice Apps (Actions on Google, Alexa Skill) of Internet Archive. Just say: "Ok Google, Ask Internet Archive to Play Jazz" or "Alexa, Ask Internet Internet Archive to play Instrumental Music"
46 stars 42 forks source link

Exceed limit of user's storage #237

Open hyzhak opened 6 years ago

hyzhak commented 6 years ago

The User's storage has size limit 10kB. But a playlist of big albums could have 15kB and more.

The solutions:

related issue: https://github.com/actions-on-google/actions-on-google-nodejs/issues/134

hyzhak commented 6 years ago

We don't use user storage for playlist anymore so this issue is no longer actual.

For the moment we use session level storage conversation_token, which doesn't have such limitations.

But when we decide to storage playlist and other data (size > 10k bytes) between session it could rise again