# I can't get mobile js file with Kintone API

**URL:** https://forum.kintone.dev/t/i-cant-get-mobile-js-file-with-kintone-api/489
**Category:** General
**Created:** [May 31, 2022, 3:40am UTC](https://forum.kintone.dev/t/i-cant-get-mobile-js-file-with-kintone-api/489 "2022-05-31T03:40:49Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Tan](https://yyz1.discourse-cdn.com/flex035/user_avatar/forum.kintone.dev/tan/32/70_2.png) [@Tan](https://forum.kintone.dev/u/Tan)
#### Post date: [May 31, 2022, 3:40am UTC](https://forum.kintone.dev/t/i-cant-get-mobile-js-file-with-kintone-api/489/1 "2022-05-31T03:40:49Z")

</div>

[evidence](https://www.dropbox.com/s/1z1u72upmv20u98/CantGetMobile_js.png?dl=0)

I want to migrate files from domain A to domain B, but I can’t get all the files from domain A with Kintone API.  
Which wrong is this?

Thanks

 ![CantGetMobile_js](https://canada1.discourse-cdn.com/flex035/uploads/kintone/original/1X/8486e68460882834d8a2b86b2afbbcbd77039cfe.png)

---

<div class="post-metadata">

### Author: ![Genji](https://yyz1.discourse-cdn.com/flex035/user_avatar/forum.kintone.dev/genji/32/646_2.png) [@Genji](https://forum.kintone.dev/u/Genji)
#### Post date: [May 31, 2022, 7:44am UTC](https://forum.kintone.dev/t/i-cant-get-mobile-js-file-with-kintone-api/489/2 "2022-05-31T07:44:39Z")

</div>

Hello @Tan ,

Thank you for posting your question on our Kintone Developer Forum.

To better help you out, please provide more information regarding your current situation, question, and desired outcome.

Specifically, please share the script you where using in the screenshot.

Thank you ~

---

<div class="post-metadata">

### Author: ![Tan](https://yyz1.discourse-cdn.com/flex035/user_avatar/forum.kintone.dev/tan/32/70_2.png) [@Tan](https://forum.kintone.dev/u/Tan)
#### Post date: [June 7, 2022, 3:34am UTC](https://forum.kintone.dev/t/i-cant-get-mobile-js-file-with-kintone-api/489/3 "2022-06-07T03:34:52Z")

</div>

Hello @Genji,

As on screenshot, my customization files has mobile files but I received mobile js files empty when i use get customization API.

Thanks for your support

---

<div class="post-metadata">

### Author: ![Chris](https://yyz1.discourse-cdn.com/flex035/user_avatar/forum.kintone.dev/chris/32/44_2.png) [@Chris](https://forum.kintone.dev/u/Chris)
#### Post date: [June 13, 2022, 10:55pm UTC](https://forum.kintone.dev/t/i-cant-get-mobile-js-file-with-kintone-api/489/4 "2022-06-13T22:55:53Z")

</div>

Hello Tan,

I do not quite understand the situation.  
I can't tell the script you entered from the screenshot, but mobile has its API version depending on the API you are using.

For example, Get Record Details API has:

> Desktop:  
> kintone.app.record.get()
> 
> Mobile:  
> kintone.mobile.app.record.get()

**Kintone JavaScript API**  
[https://kintone.dev/en/docs/kintone/js-api/](https://kintone.dev/en/docs/kintone/js-api/)

So make sure you are using these.

Best,  
Chris

---

<div class="post-metadata">

### Author: ![Tan](https://yyz1.discourse-cdn.com/flex035/user_avatar/forum.kintone.dev/tan/32/70_2.png) [@Tan](https://forum.kintone.dev/u/Tan)
#### Post date: [June 27, 2022, 6:36am UTC](https://forum.kintone.dev/t/i-cant-get-mobile-js-file-with-kintone-api/489/5 "2022-06-27T06:36:59Z")

</div>

Hello Chris,

I use Get Customization API, but the response what I received, it don’t have any mobile js files while my app have many mobile js files.

Thank you for your support,
