laravel icon indicating copy to clipboard operation
laravel copied to clipboard

No uri returned on upload

Open RobCodemonkey opened this issue 5 years ago • 1 comments

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

RobCodemonkey avatar Aug 23 '18 21:08 RobCodemonkey

What's the vimeo_upload method? That's not part of our SDK or the this service provider.

erunion avatar Aug 27 '18 14:08 erunion