Access Youtube data API through Flutter app with OAuth2
问题 My Flutter app is using Firebase for Google Auth and Database and it needs to communicate with the Youtube Data Api v.3, in order to upload videos on the user's behalf. The libraries that seemed most functional are googleapis: ^0.55.0 and googleapis_auth: ^0.2.12 , but there's a problem with the redirect url, in that they don't support it. Implementing the code as in the [provided example][1](installed/console app) results in the following error in the console after clicking on Allow in the