-
Notifications
You must be signed in to change notification settings - Fork 4
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
i have an error #4
Comments
Hi dear It is not package's problem. Try to search problem solving on the stackoverflow. |
thanks sir for replying , i'm beginner with laravel so please care of me , i did what u wrote , but same problem with me , it send with my url in request { code & scope &state } after i sign in , but when use callback function which upload video , it says same thing which i put above . my try is :
so what i should to do ? I hope i didn't disturb you , thanks sir. |
hello sir ,
when i use first step when i call youtube/auth , after signing in , it redirect back and show me this error
the error is : " GuzzleHttp\Exception\ClientException
Client error:
POST https://oauth2.googleapis.com/token
resulted in a400 Bad Request
response: { "error": "redirect_uri_mismatch", "error_description": "Bad Request" } " .i put the second route with method ( callback ) and the error i think from third line
public function callback(Request $request){
> $youtube = Youtube::setRedirectUrl($redirect_url)->upload($video,[]);`
what should i do ?
thanks sir .
The text was updated successfully, but these errors were encountered: