setting data with corona, continued

0 votes

Thanks, Rajeev, but the documentation for ACLs doesn't cover Corona so the things I've tried have not worked.

local aclList = {}  
    local acl  = ACL:new()  
    acl:setUser("Tom")  
    acl:setPermission("W")
    aclList[1] = acl 

    storageService.setAclList(aclList);

 

related to an answer for: Storing json data
asked Oct 7, 2016 in Corona by tc (10 points)

1 Answer

0 votes
Hi Tc,

Is it possible that you can share your complete code which replicate this issue with us at support@shephertz.com? And steps to reproduce the error,it will help us to provide better support to you.

regards,

Himanshu Sharma
answered Oct 10, 2016 by hs00105 (2,005 points)
Download Widgets
Welcome to ShepHertz Product line forum, where you can ask questions and receive answers from the community. You can also reach out to us on support@shephertz.com
...