jnbt / candy_check

Check and verify in-app receipts
MIT License
125 stars 70 forks source link

Permission denied for tmp/candy_check_play_store_cache #28

Closed Faisal-nfl closed 5 years ago

Faisal-nfl commented 6 years ago

I deployed project on cloud66 (digital ocean) & when I try to access rails console it gives permission error for tmp/candy_check_play_store_cache

/var/deploy/kids/web_head/shared/bundle/ruby/2.3.0/gems/candy_check-0.1.1/lib/candy_check/play_store/discovery_repository.rb:27:in initialize: Permission denied @ rb_sysopen - tmp/candy_check_play_store_cache (Errno::EACCES)

any solution for this?

jnbt commented 5 years ago

Currently a writeable volume is required. Once we migrated to the new Google API client (in #35) this should be obsolete.