新しいBoxサポートサイトへようこそ。 変更点の詳細はこちらをご確認ください .

is the "modelID" the correct ID that i should use when i upload a file?

新規投稿

コメント

1件のコメント

  • Murtza

     I think you might be using our iOS SDK since modelID is a concept specific to it. As you mentioned, you can use the modelID property to get the value for id from the file object. modelID is the convention that our iOS SDK uses to refer to a Box item id, such as a folder id or a file id. Here is how to get a file id and folder id using our iOS SDK.

     

    NSString *fileID = file.modelID;
    NSString *folderID = folder.modelID;

     

    0
    コメントアクション パーマリンク

サインインしてコメントを残してください。