how use google photos api push picture/vedio to google photos
Shaiken opened this issue · 2 comments
Shaiken commented
roopakv commented
hi @Shaiken thank you for your question, im not sure i follow. are you asking abour where you get client ID and client secrets? if that is the case you can read more
- here https://www.npmjs.com/package/googleapis#oauth2-client
- and here https://developers.google.com/identity/protocols/OpenIDConnect
please re-open if this is not the problem you have
Shaiken commented
Thanks for your reply @roopakv
i don't know what is code
i got a json file:
{
"web": {
"client_id": "xxxx", <---your_client_id
"project_id": "xxxxx",
"auth_uri": "https://accounts.google.com/o/oauth2/auth",
"token_uri": "https://oauth2.googleapis.com/token",
"auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
"client_secret": "xxxxxx", <--- your_client_secret
"javascript_origins": [
"http://xxxx" <--- your_redirect_url
]
}