この 1 つの単純な POST 要求で大きな問題が発生しています。これが私のコードです:
monGoose := WebClient(`https://accounts.google.com/o/oauth2/token/`)
monGoose.postForm(["code":mongoosetoken_string, "redirect_uri":redirect_string, "client_id":client_id_string, "client_secret":client_secret_string, "scope":"", "grant_type":"authorization_code"])
echo(monGoose.resStr)
https://accounts.google.com/o/oauth2/token/への Web リクエストを設定し、OAuth 2.0 仕様に従って他のデータを送信するだけです。ただし、これは有用なものを何も返さず、404 コードのみを返します。ヒントや指針はありますか?私が間違っていることは信じられないほど明らかですか?漠然としていて申し訳ありません。私は非常に迷っています。