Тёмный

Connecting Python to Google Firebase Storage : Upload and download files 

Rishab Kattimani
Подписаться 11 тыс.
Просмотров 15 тыс.
50% 1

#Python #FirebaseStorage
✨OVERVIEW✨
This video walks through all steps including installation and configuration and hands-on coding to connect your Python program to Google's firebase storage. Apart from cloud storage setup and step by step instructions to connect and use the resources, details of firebase's storage service are also explained
-------------------------------------------------------------------------------------------------------------------------
✨CHAPTERS✨
Coming Soon!
-------------------------------------------------------------------------------------------------------------------------
✨LINKS✨
GitHub: github.com/RishabKattimani/Py...
Twitter: / rishabtweets
LinkedIn: / rishabkat. .
---------------------------------------------------------------------------------------------------------------------------
Intro To Python: www.youtube.com/watch?v=AShIX...
Python Playlist: www.youtube.com/watch?v=_nUU1...
Firebase Playlist: • Google Firebase Introd...
Firebase Database and Python: • Connecting Firebase Re...
And more to come!
-------------------------------------------------------------------------------------------------------------------------
Thanks very much for watching, see you guys next time! :)

Наука

Опубликовано:

 

23 ноя 2020

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 42   
@carlosjacobfield-sierra3759
@carlosjacobfield-sierra3759 3 года назад
You're going places keep it up :)
@kavindu
@kavindu 3 года назад
You should be proud. Learned a lot.
@gabrielgoncalvesmacedolima2753
@gabrielgoncalvesmacedolima2753 3 года назад
You are so intelligent! I'm 20 years old and i watch your videos!
@RishabTeachesTech
@RishabTeachesTech 3 года назад
Thank You!!!
@neusmolero
@neusmolero 2 года назад
Thank you a lot for the video!!!!! Yo u saved my life!!! Thank you very much
@quocthanhtran4876
@quocthanhtran4876 3 года назад
Great video. Thanks a lot.
@homesick89
@homesick89 2 года назад
Thank you Rishab 👑
@tutosolve
@tutosolve Год назад
Nice video . From Vietnam
@adhammostafa1610
@adhammostafa1610 3 года назад
thmx alot bro 👏👏👏👏👏
@marcelnehrig5272
@marcelnehrig5272 2 года назад
Nice vids. You switched two things though. child("FILE1").put("FILE2") -> File2 is local, file1 is on the database. You don't notice until they differ. Also it makes sense, because you create a new child, by putting a local file
@user-xl6ff4pq3x
@user-xl6ff4pq3x 2 года назад
thanks, it helps me a lot
@RishabTeachesTech
@RishabTeachesTech 2 года назад
Glad to hear that! :D
@arthtechnology4064
@arthtechnology4064 3 года назад
Great explanation
@RishabTeachesTech
@RishabTeachesTech 3 года назад
Glad it was helpful!
@yk-zh9rl
@yk-zh9rl 2 года назад
very useful! however, i have a question that i am not able to save the image downloaded to particular directory. How should i do it?
@kevinduck3714
@kevinduck3714 3 года назад
Great videos - very useful and practical stuff!
@RishabTeachesTech
@RishabTeachesTech 3 года назад
Glad you think so!
@saraahmad8416
@saraahmad8416 Год назад
I stored an excel file in storage firebase. how can I read/fetch from this file using python ?
@paulopinheiro2391
@paulopinheiro2391 2 года назад
I'm using the vs code and the pip install pyrebase gave an error, do you know what it can be?
@kartikbathla9588
@kartikbathla9588 3 года назад
do you know how to use get_url in storage?
@naveenwali2847
@naveenwali2847 2 года назад
I am getting an error like (AttributeError: module 'pyrebase' has no attribute 'initilize_app')
@alfredmoller1891
@alfredmoller1891 2 года назад
Wait... Wait... Wait... How old are you? I'm 25 and you're teaching me!!!! 😅😅 I am looking for a solution for a web scrap app to store images. Keep it up...You have a good future!!!
@swapnilpant9039
@swapnilpant9039 3 года назад
Hey. I have multiple images on a subfolder on cloud. Can you please tell me how to download them to my pc. Here you don't have files on any folder.
@RishabTeachesTech
@RishabTeachesTech 3 года назад
Sure! If you have subfolders in Firebase, then at 13:59 of the video, instead of just adding the image name you can add it in this format: ("Folder/Image").
@pnutbuttrful
@pnutbuttrful 3 года назад
@Rishab--I get a TypeError: download() missing 1 required positional argument: 'filename' I used the same code as you: storage.child("bike 2.jpg").download("bike 2.jpg"). any thoughts? Thanks!
@alvinboby9962
@alvinboby9962 3 года назад
Hi, there is a simple fix to this problem, the storage.child.download() needs 2 arguments, path and filename I see that Rishab didnt need to do so. but specify the path of the file '', and then the filename ""
@Yuyu99jiayi
@Yuyu99jiayi 2 года назад
you may refer to this video to solve this error: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-53qOv3nuo4c.html
@nataliaarias4806
@nataliaarias4806 Год назад
@@Yuyu99jiayi thank you so much! it helps me a lot
@suhail9511
@suhail9511 2 года назад
Hey! I'm just working on my flask application you know and I am impressed by your english, as I am an indian, english isn't my first language. What's your age btw, I was just wondering..?
@RishabTeachesTech
@RishabTeachesTech 2 года назад
im 13, and thanks :D
@chirilcugureanu1853
@chirilcugureanu1853 Год назад
@@RishabTeachesTech Naahhh, you're gonna be working as a senior by the age of 18-20, keep it going bro 🍾
@aiproject5285
@aiproject5285 3 года назад
all_files = storage.list_files() AttributeError: 'Storage' object has no attribute 'bucket' solution please
@Bushra_bushra99
@Bushra_bushra99 3 года назад
Me too . And i don't fine that in athor video .plz you Can help me
@zakiasnanou9078
@zakiasnanou9078 3 года назад
me too did you found a solution
@rahadarmannabid
@rahadarmannabid 2 года назад
@@Bushra_bushra99 Because in firebasae you didn't make a folder/bucket. If the bucket is empty, this error will occur.
@doneeverything5410
@doneeverything5410 3 года назад
From which country you are ?
@RishabTeachesTech
@RishabTeachesTech 3 года назад
I'm in the USA :)
@doneeverything5410
@doneeverything5410 3 года назад
@@RishabTeachesTech I am really impressed by your knowledge and your age. Keep it up 😊
@zakiasnanou9078
@zakiasnanou9078 3 года назад
help
@skaduwee1576
@skaduwee1576 3 года назад
mt bom criança. vc é foda
@ibrahimsincap3705
@ibrahimsincap3705 2 года назад
I get "no module named pyrebase" error even tho I installed it :((
Далее
Accessing Images in Firebase Storage in Python
15:16
БАТЯ И СОСЕД😂#shorts
00:59
Просмотров 2 млн
ТЫ С ДРУГОМ В ДЕТСТВЕ😂#shorts
01:00
Редакция. News: 128-я неделя
57:33
Просмотров 1,6 млн
Firebase - Back to the Basics
25:23
Просмотров 585 тыс.
Firebase Storage with Python including Flask API
29:10
КАКОЙ SAMSUNG КУПИТЬ В 2024 ГОДУ
14:59
Чем нельзя протирать экран?
0:44