- Request with your
Bearer Token
, change this line:
.set('Authorization', 'Bearer <your_token_here>')
File: \src\actions\uploadActions.js
- Video manifest
.send({'title': 'your video title', 'description': 'your video desc', 'format': 'video MIME Type'})
File: \src\actions\uploadActions.js
- Example
-
W A R N I N G
This code is legacy code, I've
npm audit fix --force
to fix everything. If you run (npm run start
) you'll see a mess. So please fix it by yourself. If you're lazy af like me, for some good reason ofcourse, go to commit list then revert to old one (before npm audit).