cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X

How to make FileRepository URL access available for es-public-access (Vuforia Studio)?

ClayHelberg
17-Peridot

How to make FileRepository URL access available for es-public-access (Vuforia Studio)?

Hi folks--

I'm trying to develop a Vuforia Studio experience that has access to a large number of images. Because of the large number, I don't want to include them all in the experience, I would like to load the one I want dynamically from a Thingworx FileRepository Thing.

 

It's set up using URL access (e.g. https://{server-host):8443/Thingworx/FileRepositories/VuforiaProcedureGraphicStore/{path-to-file}). However, it doesn't seem to recognize the defined "anonymous Vuforia user", es-public-access. When I try to load a graphic via URL from the FileRepository, it prompts me to log in.

 

I have set visibility of the FileRepository thing for es-public-access-org (which contains the es-public-access user), and set read, write, and execute permission for the es-public-access user on all properties and services on the thing. But I still can't access it without getting a login prompt.

 

Can someone tell me how to configure this so that the AR experience can access the files in this repository without having to log in? Thanks.

 

--Clay

1 ACCEPTED SOLUTION

Accepted Solutions
PaiChung
22-Sapphire I
(To:ClayHelberg)

You probably can do this by adding an appkey to the URL for auth.

Here is an article about that: https://community.ptc.com/t5/ThingWorx-Developers/Anonymous-or-Public-access/m-p/517634

View solution in original post

2 REPLIES 2
PaiChung
22-Sapphire I
(To:ClayHelberg)

You probably can do this by adding an appkey to the URL for auth.

Here is an article about that: https://community.ptc.com/t5/ThingWorx-Developers/Anonymous-or-Public-access/m-p/517634

Thanks, that did the trick!

Top Tags