Ly, Alexander L.
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
Activity overview
Latest activity by Ly, Alexander L.-
Ly, Alexander L. commented,
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. created a post,
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...