admin管理员组

文章数量:1391929

when i put url in browser, no any problems, i get response

but when i send request on the similar url from java code, i catch 404

.kz%23holiday%40group.v.calendar.google/events?key=MY-API-KEY&timeMin=2025-03-13T00:00:00Z&timeMax=2026-03-13T23:59:59Z&orderBy=startTime&singleEvents=true

404 Not Found on GET request for ".kz%2523holiday%2540group.v.calendar.google/events": "{<EOL> "error": {<EOL> "errors": [<EOL> {<EOL> "domain": "global",<EOL> "reason": "notFound",<EOL> "message": "Not Found"<EOL> }<EOL> ],<EOL> "code": 404,<EOL> "message": "Not Found"<EOL> }<EOL>}<EOL>"

本文标签: javagoogle calendar api 404 exceptionStack Overflow