how to access a file anonymously via the api?

新規投稿

コメント

2件のコメント

  • mwaschkowski

    Hi,

     

    Anyone have any ideas, didn't think this would be hard...

     

    Thanks,

     

    Mark

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

    This should work:

     

    client.sharedItems.get(
        '',
        null,
        null,
        function(err, data) {
            console.log("file:");
            console.log(JSON.stringify(data));
            console.log("err:" + err);
    });
    0
    コメントアクション パーマリンク

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