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.
Box にログインしなくてもアクセスできる共有フォルダーをセットアップしました。APIキーまたはトークンを提供せずに、フォルダーとサブフォルダーをループしてBoxからファイルを取得する方法はありますか? これを C# と Box API で実行しようとしています。
この質問を閉じるために投票したすべての人に。質問がどのように不明確であるかを明確にしてください。
API キーを使用しますが、client-credentials グラントを使用します。そうすれば、特定のユーザーを提供せずにファイルをダウンロードできますが、ダウンロードは引き続きアプリケーションに起因します。