iOS Folder Items trouble
回答済みI am fairly new to swift and to Box. I believe I am making the call correctly in swift but it doesn't seem to return anything. Here is how I am calling it,
let contentClient = BOXContentClient.default()
let boxfolderrequest = contentClient?.folderItemsRequest(withID: "0")
boxfolderrequest?.perform(completion: {(items, error) -> Void in
})
Am I not calling this correctly or does it have to do with permissions? With not a lot out there for swift, any help on this would be great. Also, this call doesn't work on any folders and not just root.
投稿コメントは受け付けていません。
コメント
1件のコメント