3 comments.

  1. Me3nTaL

    You have to put your generated token inside your request-header. With that token inside the header, every request to your API is authorized.

    You can see that you have an "Authorization"-Token with the empty value "Bearer". There you have to put in your token, that your API can check the token and validate it. Same thing with the developer-token. Your requests sends empty header values.

    1. Nabeel Bhatti

      I know this, I just removed my authorization token and developer token from header for security purpose.

    2. Nabeel Bhatti

      { "error": { "code": 401, "message": "Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. See developers.google.com/identity/sign-in/web/devconsole-project.", "status": "UNAUTHENTICATED" } }

Add a new comment.