Skip to content

httpclient_test: outside_ssl_json fails due to Google API "dailyLimitExceeded" response #1333

Closed
@garethsb

Description

@garethsb

...\cpprestsdk\Release\tests\functional\http\client\outside_tests.cpp(317): error: Failure in outside_ssl_json: CHECK_NOT_EQUAL(obj.find(L"pageInfo"), obj.end())
FAILED
...\cpprestsdk\Release\tests\functional\http\client\outside_tests.cpp(318): error: Failure in outside_ssl_json: CHECK_NOT_EQUAL(obj.find(L"items"), obj.end())
FAILED
...\cpprestsdk\Release\tests\functional\http\client\outside_tests.cpp(291): error: Failure in outside_ssl_json: Unhandled exception: not an array FAILED
Test case outside_tests:outside_ssl_json FAILED

{
 "error": {
  "errors": [
   {
    "domain": "usageLimits",
    "reason": "dailyLimitExceeded",
    "message": "Daily Limit Exceeded. The quota will be reset at midnight Pacific Time (PT). You may monitor your quota usage and adjust limits in the API Console: https://console.developers.google.com/apis/api/youtube.googleapis.com/quotas?project=368036497463",
    "extendedHelp": "https://console.developers.google.com/apis/api/youtube.googleapis.com/quotas?project=368036497463"
   }
  ],
  "code": 403,
  "message": "Daily Limit Exceeded. The quota will be reset at midnight Pacific Time (PT). You may monitor your quota usage and adjust limits in the API Console: https://console.developers.google.com/apis/api/youtube.googleapis.com/quotas?project=368036497463"
 }
}

Follow up to #27.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions