# Pass Jotform Image Base64 Data to Google Drive

**URL:** https://community.make.com/t/pass-jotform-image-base64-data-to-google-drive/26748
**Category:** Questions
**Tags:** google-drive, jotform
**Created:** [February 7, 2024, 6:21pm UTC](https://community.make.com/t/pass-jotform-image-base64-data-to-google-drive/26748 "2024-02-07T18:21:23Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![vereda](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/vereda/32/4958_2.png) [@vereda](https://community.make.com/u/vereda)
#### Post date: [February 7, 2024, 6:21pm UTC](https://community.make.com/t/pass-jotform-image-base64-data-to-google-drive/26748/1 "2024-02-07T18:21:23Z")

</div>

Pass Jotform Image Data to Google Drive

I want to upload an image formated in base64 from Jotform into google Drive.

 ![Bildschirm­foto 2024-02-07 um 19.15.21](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/7/8/783848530c879737c8f37312a2db7f13637e32f9.png)  
 ![Bildschirm­foto 2024-02-07 um 19.15.40](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/e/f/efbfe551df9c3cdb1091528eece32cfed5710de7.png)

---

<div class="post-metadata">

### Author: ![samliew](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/samliew/32/13327_2.png) [@samliew](https://community.make.com/u/samliew)
#### Post date: [February 8, 2024, 1:30am UTC](https://community.make.com/t/pass-jotform-image-base64-data-to-google-drive/26748/2 "2024-02-08T01:30:13Z")

</div>

Welcome to the Make community!

Looks like you need to replace one more comma from the start of the string.

Then you just need to wrap everything in the built-in function `toBinary` with a second parameter `base64`.

 ![Screenshot_2024-02-08_090212](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/5/a/5a8915c2fadf9580b58bcbbcbc341d492ce6712d.png)

---

<div class="post-metadata">

### Author: ![vereda](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/vereda/32/4958_2.png) [@vereda](https://community.make.com/u/vereda)
#### Post date: [February 8, 2024, 7:25am UTC](https://community.make.com/t/pass-jotform-image-base64-data-to-google-drive/26748/3 "2024-02-08T07:25:38Z")

</div>

Thank you so much! That helped!!

---

<div class="post-metadata">

### Author: ![Make\_Bot](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/make_bot/32/14661_2.png) [@Make\_Bot](https://community.make.com/u/Make_Bot)
#### Post date: [February 22, 2024, 7:32am UTC](https://community.make.com/t/pass-jotform-image-base64-data-to-google-drive/26748/4 "2024-02-22T07:32:00Z")

</div>


