roopakv/google-photos

how use google photos api push picture/vedio to google photos

Shaiken opened this issue · 2 comments

how use google photos api push picture/vedio to google photos

i don't know initial parameter after how do i do
image

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

please re-open if this is not the problem you have

Thanks for your reply @roopakv
image

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
]
}