Authorization in Video Upload Api

Can we use video upload api /(create video call) , using ‘App access tokens’ ?

No.

App Access Token’s don’t represent a user.
So it has no idea whom you are authorising as

Thanks a lot, I expected this answer. :slight_smile:

But My concern is that I want to upload a video from back-end server. And i don’t have user token that time. Can you please suggest me , how will i do it ?

Get a user token.

Edit: I upload videos for someone and I use a User Token.

Create a front end to collect the user token
Store said token
Use said token

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.