Your guide on uploading files to Google Drive with MIT App Inventor is so well-explained. The ease with which you demonstrate uploading pics to Drive in App Inventor is truly impressive
@ObsidianSoftEducation11 ай бұрын
Thank you for the wonderful feedback 😊
@ayedanasim571311 ай бұрын
Thanks for helping us navigate through the process of uploading pics to Drive in App Inventor. You've made a seemingly complex task super accessible!
@ObsidianSoftEducation11 ай бұрын
I am glad that it helped you
@samanslife684911 ай бұрын
Really glad you shared this tutorial. Now without any hesitation we can upload files in google drive easily. Thanks
@ObsidianSoftEducation11 ай бұрын
You are most welcome
@janjua245j11 ай бұрын
I always found it so hard to upload files to Google Drive but after watching this tutorial I can do it without any hesitation
@ObsidianSoftEducation11 ай бұрын
Glad that it helped
@adyamys511011 ай бұрын
Uploading to a drive is sometimes confusing n hard, ur tutorial makes it easy to understand
@ObsidianSoftEducation11 ай бұрын
Thank you 😊
@carestudio130311 ай бұрын
Your way of explaining is so good that anyone can easily understand and follow
@ObsidianSoftEducation11 ай бұрын
Thank you 😊
@brandslover135811 ай бұрын
Its quite easy to upload your stuff in Gdrive, thanks for the detailed tutorial 😍
@ObsidianSoftEducation11 ай бұрын
Most welcome 😊
@uzmashahzad906111 ай бұрын
Helpful & clearly explained video. Appreciate your efforts!
@ObsidianSoftEducation11 ай бұрын
Thanks for watching
@rajydirani11 ай бұрын
This tutorial looks so easy to follow
@ObsidianSoftEducation11 ай бұрын
Yes. It isn't very difficult
@yuhani12311 ай бұрын
At 16:05, you explained about uriEncode. Is it possible to use KIO4 with the ImageToBase64 method instead of FileToStringDirect?
@ObsidianSoftEducation11 ай бұрын
I am trying to make the code as generic as possible and this is why I didn't even hard code the mime type.
@yuhani12311 ай бұрын
@@ObsidianSoftEducation ohh ok, thanks you very much
@ObsidianSoftEducation11 ай бұрын
Also, you have to remember that we don't have the actual image but only its location as this is how the camera component works in MIT App Inventor
@yuhani12311 ай бұрын
Just for your information: I tried storing an image to Firebase using ImageToBase64. I assume that when you upload a video to Drive, you would use FiletoStringDirect again, right?
@ObsidianSoftEducation11 ай бұрын
Did you have file path or the actual image? I haven't used image to 64 so don't know how it works. Thank you for pointing out that there are other ways of uploading image. I have used filetostringdirect for audio and text files too
@novinayaz934711 ай бұрын
Another amazing tutorial on MIT app 👍
@ObsidianSoftEducation11 ай бұрын
Thank you 😊
@MoezRekik4 ай бұрын
Hi. I have encountered a problem: when I press the "Take Picture" button, Notifier displays an error "Camara Error 201 camara Didn't Return Image". Please, what to do? Thanks.
@ObsidianSoftEducation4 ай бұрын
You have most likely deleted the “ Pictures ” folder: /storage/emulated/0/Pictures
@nubainzafar157811 ай бұрын
Thank you for sharing this with us ☺️
@ObsidianSoftEducation11 ай бұрын
Most welcome 😊
@atikasphotography11 ай бұрын
Thanks for sharing this informative video 😊
@ObsidianSoftEducation11 ай бұрын
My pleasure 😊
@atikamujtaba11 ай бұрын
Very helpful and informative video 😊
@ObsidianSoftEducation11 ай бұрын
Glad it was helpful!
@humairasiddiqui847611 ай бұрын
Thanks for sharing such a useful video
@ObsidianSoftEducation11 ай бұрын
My pleasure 😊
@binteidrees827711 ай бұрын
Nice sharing
@ObsidianSoftEducation11 ай бұрын
Thank you 😊
@DavidGonzalez-fk4jnАй бұрын
Excellent tutorial, but if I needed to create a folder and have the file inside, how could I do it? Could you help me?
@ObsidianSoftEducationАй бұрын
We are already uploading to a folder inside Google Drive. If you mean that we create a folder inside google drive through MIT app inventor, I don't think it is possible. You need to make a folder inside google drive yourself and give it editor rights and provide the folder id to mit app inventor. You can try exploring the Google Drive API. It might be doable through the API.
@DavidGonzalez-fk4jnАй бұрын
@@ObsidianSoftEducation thank you so much I will check
@adyamy405211 ай бұрын
Very helpful tutorial
@ObsidianSoftEducation11 ай бұрын
Glad you think so!
@maheenmahi924111 ай бұрын
Very interesting and informative video
@ObsidianSoftEducation11 ай бұрын
Thanks for the wonderful feedback 😊
@rubinakhq64311 ай бұрын
Thanks for sharing the informative and detaile video❤
@ObsidianSoftEducation11 ай бұрын
Most welcome 😊
@humairasadaf301911 ай бұрын
Thanks for sharing this helpful video
@ObsidianSoftEducation11 ай бұрын
Most welcome 😊
@sammislearning11 ай бұрын
Helpful tutorial
@ObsidianSoftEducation11 ай бұрын
Thank you 😊
@inesfebrijs38048 ай бұрын
How kompres big size picture from take picture, to upload google Drive
@ObsidianSoftEducation8 ай бұрын
Why would you need to do that as 3-4 MB pics are easily uploaded to google drive?
@abbassameer9 күн бұрын
TypeError: Cannot read properties of undefined (reading 'parameters')
@ObsidianSoftEducation9 күн бұрын
Please follow video tutorial carefully or have a look at written tutorial. Link is in video description
@NowridHasninvlogzz11 ай бұрын
Amazing tutorial 😊
@ObsidianSoftEducation11 ай бұрын
Thank you! 😊
@YohanesDahay3 ай бұрын
Thank You.. GBU
@ObsidianSoftEducation3 ай бұрын
Most welcome :)
@user-work111 ай бұрын
Good work
@ObsidianSoftEducation11 ай бұрын
Thanks 😊
@kevindraeger24510 ай бұрын
Is there an extension that works with iOS?
@ObsidianSoftEducation10 ай бұрын
No. unfortunately, whenever we use an extension in MIT App inventor, it means that the app will not work for iOS.