ChatGPT で、無害そうなプロンプトが「ポリシー違反」とされた

次に作る自作アプリのアイデアをもらおうと思ってChatGPTに質問してみたら、以下のようにポリシー違反として怒られてしまった。

ChatGPT


大丈夫なパターン↓

how to use google spreadsheets as a database

Google Sheets can be used as a database by using the Google Sheets API, which allows you to read and write data to a sheet. You can use the API to create web applications that can read and write data to a sheet, which can then be used as a database. To use the API, you will need to create a project in the Google Developers Console and enable the Sheets API. Then you can use a programming language such as Python or JavaScript to interact with the API and read and write data to the sheet.

怒られたパターン↓

how to fetch video info from Youtube without scraping

This content may violate our content policy. If you believe this to be in error, please submit your feedback — your input will aid our research in this area.

You can fetch information about a video on YouTube without scraping by using the YouTube Data API. The API allows you to retrieve information about videos, channels, and playlists on YouTube. To use the API, you will need to create a project in the Google Developers Console, enable the YouTube Data API, and generate an API key. Once you have the API key, you can use it to make requests to the API and retrieve information about a specific video by sending a GET request to the video resource and passing in the video's ID. Additionally, you can also use the YouTube API client libraries which make it easy to call the API in various programming languages.

This content may violate our content policy. If you believe this to be in error, please submit your feedback — your input will aid our research in this area.

なぜ?Content policy とやらには以下のような内容が禁止されているとあるが、どれにも当てはまらないように思える。

別に無視しても良かったんだろうが、一応フィードバック送っておいた。

安全装置的なフィルターが掛かってることに、とりあえず安心した。