I have a child account (test) under an application (app), and I'm trying to use GetOptimalUrls.
When I get a session token for the child account login, it works great. But if I try to use a session token for the application login, I always get a "Invalid Path" error. I've tried direct (/app/test/file.txt) and relative (/test/file.txt) paths.
Is it possible to use GetOptimalUrls with anything other than the users login session?