Bug: upload references not returning fields

Output should contain fields, but can only see id, meta, itemType, creator.

hey @rislam can you please send an example code that reproduces the error? Thanks!

pls refer to above link. instead of getting this

{
  "id": "4235",
  "title": "My first blog post!",
  "content": "Lorem ipsum dolor sit amet...",
  "category": "24",
  "image": {
    "alt": "Alt text",
    "title": "Image title",
    "customData": {},
    "focalPoint": null,
    "uploadId": "20042921"
  },
  "meta": {
    "created_at": "2020-04-21T07:57:11.124Z",
    "updated_at": "2020-04-21T07:57:11.124Z",
    "published_at": "2020-04-21T07:57:11.124Z",
    "first_published_at": "2020-04-21T07:57:11.124Z",
    "publication_scheduled_at": "2020-04-21T07:57:11.124Z",
    "unpublishing_scheduled_at": "2020-04-21T07:57:11.124Z",
    "status": "draft",
    "is_valid": true,
    "current_version": "4234",
    "stage": ""
  },
  "itemType": "44",
  "creator": "312"
}

I get this:

{
  "id": "4235",
  "meta": {
    "created_at": "2020-04-21T07:57:11.124Z",
    "updated_at": "2020-04-21T07:57:11.124Z",
    "published_at": "2020-04-21T07:57:11.124Z",
    "first_published_at": "2020-04-21T07:57:11.124Z",
    "publication_scheduled_at": "2020-04-21T07:57:11.124Z",
    "unpublishing_scheduled_at": "2020-04-21T07:57:11.124Z",
    "status": "draft",
    "is_valid": true,
    "current_version": "4234",
    "stage": ""
  },
  "itemType": "44",
  "creator": "312"
}

No content fields from the record.

ok, we are going to have a look at this

Hi @rislam thanks for your report. A fix was shipped with v.3.4.19

I still experience this from datocms admin.

sorry @rislam what do you mean by datocms admin?

Oh sorry Mat, I actually mixed this up with this Edit image - coverts jpg to png - #3 by rislam
Would you please look into that?