GithubHelp home page GithubHelp logo

i have an error about youtuber-for-laravel HOT 2 OPEN

arm092 avatar arm092 commented on May 18, 2024
i have an error

from youtuber-for-laravel.

Comments (2)

arm092 avatar arm092 commented on May 18, 2024

Hi dear
Go to your Google Developers Console > Then go to API Manager > Click on the Credentials > Go to your Web Client Service. You'll see clientid and client secret. Below there somewhere you'll find Authorized redirect URI. Just add your redirect uri for eg. `www.example.com/oauth'. Now google will use one of the listed redirect uri. It will fix your problem.

It is not package's problem. Try to search problem solving on the stackoverflow.

from youtuber-for-laravel.

Solovic2 avatar Solovic2 commented on May 18, 2024

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 :

making clientId ,client secret .

save , and put it in my env file .

make Authorized redirect URI >> http://localhost/proj/public/myown .

run composer require arm092/laravel-youtuber .

in my view i put
Route::get('youtube/auth', 'YoutubeUploaderController@auth');
Route::get('youtube/callback', 'YoutubeUploaderController@callback'); `

in my controler ( YoutubeUploaderController ) i make methods.

in my web site , i run http://localhost/proj/public/youtube/auth and signing in ,it redirect to http://localhost/proj/public/myown/... with request ( code=.. & scope=.. & state=.. ) , but , it show me same problem
i tried to make another route and view with form to submit from that link http://localhost/proj/public/myown/... , it says i should be authorized .

so what i should to do ?

I hope i didn't disturb you , thanks sir.

from youtuber-for-laravel.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.