
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
아래 비슷한 질문이 있던데, 맥이라서 따로 질문드려요
아래 링크가 강사선생님께서 접속하셨을때 보이던 화면이랑 다르고 그걸 앱에 적용했을때 계속 에러가 뜨고 있어요..
https://www.googleapis.com/books/v1/volumes?q=dog&startIndex=0&maxResults=40
너무 많은 request 가 있다고 하는데, 어제 해보다가 다시 잘되었는데, 오늘 다시 해보니 안되더라구요..
이런 경우는 기다릴수밖에 없는건가요? 해결방법이 없을까요?

작성한 코드 및 에러 메세지
Exception has occurred.
DioException (DioException [bad response]: This exception was thrown because the response has a status code of 429 and RequestOptions.validateStatus was configured to throw for this status code.
The status code of 429 has the following meaning: "Client error - the request contains bad syntax or cannot be fulfilled"
Read more about status codes at https://developer.mozilla.org/en-US/docs/Web/HTTP/Status
In order to resolve this exception you typically have either to verify and fix your request code or you have to fix the server code.
)
