What does it mean? I have used following scopes for accessing google drive.
'https://www.googleapis.com/auth/drive.metadata.readonly',
'https://www.googleapis.com/auth/plus.login',
'https://www.googleapis.com/auth/userinfo.email',
'https://www.googleapis.com/auth/userinfo.profile'
when I see in my console, it is showing errors ,
code: 403, domain: 'usageLimits', reason: 'dailyLimitExceededUnreg', message: 'Daily Limit for Unauthenticated Use Exceeded.
}
What am I doing wrong ? However, I have changed my domain from http://localhost:3000 to http://localhost:3003 and all credentials also.
I didn't get any correct answer. please anyone help me.