Hi @Aditya1702 ,
es-public access required only if you want to use an project as public /without authentication and if in that case you need twx then you have to follow the PTC vuforia studio Help
https://support.ptc.com/help/vuforia/studio/en/#page/Studio_Help_Center%2FAnonymousAccess.html%23
Also to use any entities /service and properties you have then to use the following setting
https://support.ptc.com/help/vuforia/studio/en/#page/Studio_Help_Center%2FAnonymousAccess.html
and
https://support.ptc.com/help/vuforia/studio/en/#page/Studio_Help_Center%2FGrantUserPermissions.html%23
-
But back to the issue that you could not save data to TWX. You can use thing with e.g. image property type / in case that you want to save , let say picture from the camer widget , here refer to the article https://www.ptc.com/en/support/article/CS339332
or you can use a Thing which is created from FileRepository template - it contains all serverices to save and load data to and from TWX in Vuforia Studio.
One important point that the save will work is the setting on the Experience Servcie
E.g. when we try wiithout any setting the techniques mention in the article will not work but after setting the option “nohttp2” true in the ES configuration.json and restart the Experience Service that all steps are working according to the article https://www.ptc.com/en/support/article/CS339332
Could you please, check the configuration.json on your Experience Service and change /respectively add the option “nohttp2”:true, you need first to stop the Experience Server – set the parameter and restart the ES.
Please, see also: https://support.ptc.com/help/vuforia/studio/en/#page/Studio_Help_Center%2FWidget3DCamera.html
If you want to save pictures to a repository in your ThingWorx instance, the following configuration parameter must be manually added to the configuration.json file by an administrator:
"nohttp2":true