laravel
                                
                                 laravel copied to clipboard
                                
                                    laravel copied to clipboard
                            
                            
                            
                        No uri returned on upload
Using Laravel 5.6.34 My video uploads fine (I can see it either queuing in the vimeo video list or finished uploading) but I'm not getting a URI back from the API call.
The code I'm using is:
if($request->vimeo` == 1){
                $vimeo_result = $this->vimeo_upload($new_path,$item);
                Log::Debug('Vimeo Result: '.$vimeo_result);
            }
From what I can see - the Log::Debug for $vimeo_result should be giving me the URI of the newly uploaded video.
Love the implementation by the way, excellent!
edit: fixed format
What's the vimeo_upload method? That's not part of our SDK or the this service provider.