biqasoft/auth-microservie

2020 - add basic features

Opened this issue · 2 comments

Biqasoft

  • Authorization microservice + credentials google (drive/youtube...) / dropbox

Auth gateway endpoints

!- Login (auth)
!- get current user
!- view oauth2 tokens

  • create oauth2
    !- view external tokens
    !- Create google external token
    !- update base fio info
    !- password reset

youTube.playlists().list("").execute()
youTube.playlists().list("id, idParam, channelId, mine, myRated").execute()

400 Bad Request
{
"code" : 400,
"errors" : [ {
"domain" : "youtube.parameter",
"location" : "",
"locationType" : "parameter",
"message" : "No filter selected. Expected one of: id, idParam, channelId, mine, myRated",
"reason" : "missingRequiredParameter"
} ],
"message" : "No filter selected. Expected one of: id, idParam, channelId, mine, myRated"
}

===
https://developers.google.com/apis-explorer

YouTube Data API declares the following scopes. Select which ones you want to grant to APIs Explorer.
https://www.googleapis.com/auth/youtube
Manage your YouTube account
https://www.googleapis.com/auth/youtube.force-ssl
Manage your YouTube account
https://www.googleapis.com/auth/youtube.readonly
View your YouTube account
https://www.googleapis.com/auth/youtube.upload
Manage your YouTube videos
https://www.googleapis.com/auth/youtubepartner
View and manage your assets and associated content on YouTube
https://www.googleapis.com/auth/youtubepartner-channel-audit
View private information of your YouTube channel relevant during the audit process with a YouTube partner
Add additional scopes (optional):