Closed HongGers closed 2 months ago
Hello. Getting the same error. Is there any workaround?
Hi guys, there's a discussion in https://github.com/petrbroz/svf-utils/issues/84 that seems to be related to the issues you're experiencing. Could you please share your feedback there?
The issue discussed in https://github.com/petrbroz/svf-utils/issues/84 has been fixed in the latest version (5.0.5). Let me close this thread, and if you can still reproduce the problem, please create a new GitHub issue for it.
Hi! I'm trying to convert one of the svf file on my APS bucket to gltf.
Steps Taken
Install
svf-utils
library :npm i svf-utils -g
obtain 2 legged token via Postman and set them as environment variable :
set APS_ACCESS_TOKEN=<my_token>
run :
svf-to-gltf <my_urn>
it should convert the provided urn to gltf and place it to the path I execute this command.
Error Message
Testing Environment
svf-utils
version : 5.0.3I've used this library to generate gltf few months ago. the approach is the same but I can't made it work now. Am I doing something wrong?