Sujan Gainju
Sujan Gainju
> Hi, > > Your upload token might not be valid. Could you double check it? See https://docs.api.video/reference/resource-not-found for reference. It is valid. I copied it from api.video dashboard and...
> From what I understand from your stack trace, your are trying to upload by part and not with `uploadWithUploadToken`. Could you provide the real code sample? Thank you @ThibaultBee,...
Here is the stacktrace for upload with token ``` I/OpenGLRenderer(12078): Davey! duration=128147ms; Flags=1, FrameTimelineVsyncId=25294, IntendedVsync=14184051429411, Vsync=14184051429411, InputEventId=0, HandleInputStart=14184052154706, AnimationStart=14184052155378, PerformTraversalsStart=14184052155623, DrawStart=14184052476069, FrameDeadline=14184118096075, FrameInterval=14184052149916, FrameStartTime=16666666, SyncQueued=14184053850563, SyncStart=14184054098675, IssueDrawCommandsStart=14184055248219, SwapBuffers=14184066646980, FrameCompleted=14312199662224, DequeueBufferDuration=1163905,...
When i dont set videoId, I dont get the error. still not getting the video response Stacktrace: ``` I/OpenGLRenderer(12078): Davey! duration=326459ms; Flags=1, FrameTimelineVsyncId=26613, IntendedVsync=14304968091241, Vsync=14304968091241, InputEventId=127232446, HandleInputStart=14304969795673, AnimationStart=14304969796549, PerformTraversalsStart=14304969796855, DrawStart=14304995569777,...
Exact code i am using ``` void _uploadVideoToAPiVideo(String videoPath) async { try { final video = await ApiVideoUploader.uploadWithUploadToken( 'UPLOAD_TOKEN', videoPath, onProgress: (progress) { EasyLoad.progress( percentage: progress, message: 'Uploading ${(progress *...
`Stopping foreground service` is the last line
the example seems to return the video object in response when i use the same upload code inside my function _uploadVideoToAPiVideo, it does not print out the video
let me check that again
even after removing the `EasyLoad` part, it does not seem to log the video info in my code