Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No uri returned on upload #37

Open
RobCodemonkey opened this issue Aug 23, 2018 · 1 comment
Open

No uri returned on upload #37

RobCodemonkey opened this issue Aug 23, 2018 · 1 comment
Labels

Comments

@RobCodemonkey
Copy link

RobCodemonkey commented Aug 23, 2018

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

@erunion
Copy link
Contributor

erunion commented Aug 27, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants