Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
こんにちは私はgridfsの初心者であり、以下のクエリを使用してファイルを挿入し、gridfsでファイルを表示することができます
mongofiles -d myfiles put hi.txt db.fs.files.findOne({'filename':'hi.txt'});
getResourcesを試したファイル(hi.txt)の内容を表示する必要がありますが、機能しなかったようです。