Course Hive
Search

Welcome

Sign in or create your account

Continue with Google
or
How To Create App To Upload Image To Google Drive using MIT App Inventor 2
Play lesson

MIT App Inventor Full Course for beginners 2020 - How To Create App To Upload Image To Google Drive using MIT App Inventor 2

5.0 (0)
19 learners

What you'll learn

This course includes

  • 85 hours of video
  • Certificate of completion
  • Access on mobile and TV

Summary

Keywords

Full Transcript

How To Create App To Upload Phone Images on Google Drive using MIT App Inventor 2. In this video, we will learn to upload images from our phone to google drive. We will use the MIT App Inventor with App script and some extensions to create this app. Extension-: https://community.thunkable.com/t/image-to-base64-extension/4642 Function Code-: .............................................................................................................................. function doPost(e) { var data = Utilities.base64Decode(e.parameters.data); var blob = Utilities.newBlob(data, e.parameters.mimetype, e.parameters.filename); DriveApp.getFolderById('Your Folder ID').createFile(blob); return ContentService.createTextOutput("Your File Successfully Uploaded"); } ................................................................................................................ Join this channel to get access to perks: https://www.youtube.com/channel/UCyNJURC5bvqIQ9vO9PBrYrA/join The Coding Bus #GoogleDrive #MITAppInventor2 #AppInventor #TheCodingBus #UploadImages #UploadToGoogleDrive #GoogleDriveTutorials #AppInventorTutorials #Norway #AppInventor #TCB #unitedstates #us

Course Hive

Continue this lesson in the app

Install CourseHive on Android or iOS to keep learning while you move.

Related Courses

FAQs

Course Hive
Download CourseHive
Keep learning anywhere