{ "id": "160215", "key": "AC-3622", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "12217", "key": "AC", "name": "Appcelerator - INBOX", "projectCategory": { "id": "10000", "description": "", "name": "Customer Service" } }, "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2016-05-20T20:43:23.000+0000", "created": "2016-05-12T17:14:00.000+0000", "labels": [], "versions": [], "issuelinks": [], "assignee": { "name": "shossain", "key": "shossain", "displayName": "Shak Hossain", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2016-05-20T20:43:23.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [], "description": "Images attached to Custom Objects (or any Object like User?) are not retrieved, the API simply returns a empty Object `photo: {}`.", "attachment": [], "flagged": false, "summary": "ArrowDB - Photo attached to a Custom Object not retrieved", "creator": { "name": "clement", "key": "clement", "displayName": "Clément Blanco", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "clement", "key": "clement", "displayName": "Clément Blanco", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "385902", "author": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "body": "Hello, Please provide the sample code that you are testing for photos in custom object. Here are some referance \r\n\r\nhttp://docs.appcelerator.com/arrowdb/latest/#!/api/CustomObjects-method-create\r\nhttp://docs.appcelerator.com/arrowdb/latest/#!/api/Photos-method-create\r\n\r\nUsing the bellow command \r\n\r\n{code}\r\ncurl -b cookies.txt -c cookies.txt -F \"fields={\\\"color\\\":\\\"blue\\\", \\\"make\\\": \\\"nissan\\\", \\\"purchased_at\\\" : \\\"2011-11-02 17:07:37 -0700\\\", \\\"year\\\" : 2005, \\\"used\\\" : false, \\\"photo\\\" : \\\"2016-03-14_01-01-10_518.jpg\\\", \\\"coordinates\\\":[-122.1, 37.1]}\" https://api.cloud.appcelerator.com/v1/objects/car/create.json?key=&pretty_json=true\r\n{code}\r\n\r\nI can create a custom object and assign an image to it. I can't reproduce the issue with docs sample code.\r\n\r\nThis is the output\r\n{code}\r\n{\"meta\":{\"code\":200,\"status\":\"ok\",\"method_name\":\"createObject\"},\"response\":{\"car\":[{\"user_id\":\"568b8f442ea29c090830c96a\",\"created_at\":\"2016-05-17T14:16:00+0000\",\"updated_at\":\"2016-05-17T14:16:00+0000\",\"coordinates\":[[-122.1,37.1]],\"color\":\"blue\",\"make\":\"nissan\",\"purchased_at\":\"2011-11-02 17:07:37 -0700\",\"year\":2005,\"used\":false,\"photo\":\"2016-03-14_01-01-10_518.jpg\",\"id\":\"573b27a083f2c008e88ab9c4\"}]}}\r\n{code}\r\n\r\n\r\n", "updateAuthor": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "created": "2016-05-17T14:23:01.000+0000", "updated": "2016-05-17T14:24:24.000+0000" }, { "id": "385903", "author": { "name": "clement", "key": "clement", "displayName": "Clément Blanco", "active": true, "timeZone": "America/Los_Angeles" }, "updateAuthor": { "name": "clement", "key": "clement", "displayName": "Clément Blanco", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2016-05-17T14:26:12.000+0000", "updated": "2016-05-17T14:26:12.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }