Skip to content
Discussion options

You must be logged in to vote

It depends, you can call uBox directly with:

curl --location 'https://portal.ubianet.com/api/user/get_cloud_video_url' \
--header 'x-ubia-auth-usertoken: Token Found In User Authentication' \
--header 'Content-Type: application/json' \
--data '{
        "uid": "From Cloud List",
        "bucket_name": "From Cloud List",
        "cloud_provider": "From Cloud List",
        "image": "From Cloud List",
        "cloud_provider_int": "From Cloud List",
        "endpoint": "From Cloud List",
        "guid": "uuid in cloud list"
},'

but if you have the local server running (Recommend Method) with $ node server.js you can use:

curl --location 'http://localhost:8020/api/user/get_cloud_video_url' …

Replies: 1 comment 1 reply

Comment options

JEMcats
Dec 28, 2024
Maintainer Author

You must be logged in to vote
1 reply
@ClaudioAl
Comment options

Answer selected by JEMcats
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants