Ly, Alexander L.
- 合計アクティビティ 4
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 1
- サブスクリプション 1
アクティビティの概要
Ly, Alexander L.さんの最近のアクティビティ-
Ly, Alexander L.さんがコメントを作成しました:
Seems to be better doing this: let metadata = await client.files.getAllMetadata(event.source.id)while (metadata.entries.length === 0 || !('topicAreasCovered' in metadata.entries[0])) { await new...
-
Ly, Alexander L.さんが投稿を作成しました:
Issue with retrieving metadata of file
Hi, I'm using the Node.js SDK to interact with the Box API. I'm having an issue with consistency when retrieving metadata for a file. The code snippet is at the bottom (I removed some code while ma...