Most voted "google-storage" questions
Google Cloud Storage is an enterprise public cloud storage platform that can store large unstructured data sets.
Learn more…9 questions
Sort by count of
-
2
votes1
answer371
viewsDelete firebase web folder
How to delete a folder from Storage? To delete a file I use: firebase.storage().ref('pasta/arquivo.png').delete() But it doesn’t work if I use it directly in the folder:…
-
1
votes0
answers560
viewsSend camera photo to Firebase Storage
I need to make mine App open the camera, take a photo and when returning to the Fragment previous and click on the "Upload" button, send this photo to the Firebase Storage. I managed to do with…
-
1
votes1
answer505
viewsHow to check if file exists in Firebase web Storage?
I’m making a web application with firebase, in this application I have an image registration (optional), similar to the idea of a profile (the user may or may not have a registered image if a…
-
1
votes1
answer501
viewsSort firebase list
Currently I use this function to read data from firebase database: function ler() { database.ref(referencia_database).orderByChild('nome').once('value').then(function(snapshot) {…
-
1
votes1
answer67
viewsError sending pdf to Firebasestorage
I am trying to send PDF files to firebase Storage and with this code I can go to the point of picking up Uri, sending, but only falls into onFailure, follows the code @Override public void…
-
0
votes1
answer803
viewsProblems with getDownloadUrl firebase
Hi, I’m having a hard time getDownloadUrl firebase. After the last firebase update my app stopped working. Is showing error in Uri downloadUrl = taskSnapshot.getDownloadUrl();…
-
0
votes1
answer36
viewsFile sent to firebase has 0Bytes
I have a problem, I can send the pdf to the Storage, but it is coming there with 0Bytes. there is the code, and does not generate error, I believe I am not sending any file, but within this…
-
0
votes0
answers35
viewsBad Request reponse Guzzle para Google Storage no Laravel
Good morning, I’m having a problem sending a file to Google Storage it returns me the following error: Client error: SETURI http://dev-site.com.br/storage resulted in a 400 Bad Request sponse My…
-
0
votes0
answers40
viewsHow to zip files on a Cloud Storage Bucket using Python?
Good morning guys! I need to zip the files present in a particular Cloud Storage Pack. I have tried several alternatives, but so far unsuccessful. Please, could you help me with this question? At…