You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some users, I upload a file with a key. For other users, I don't upload a file with a key. When I want to fetch all users files, I only want to fetch files if the key exists. Right now, I have to try fetching a file for every user and catch the errors if the key doesn't exist. This makes the console ugly and it wastes computation.
The text was updated successfully, but these errors were encountered:
Can you be more specific about the product you are talking about? This is for Fleek Storage Js, right?
Maybe you look into organizing your files into folders or buckets to query only some files? Also, you can't upload a file without a key on Fleek Storage so not sure I fully understand your question.
For some users, I upload a file with a key. For other users, I don't upload a file with a key. When I want to fetch all users files, I only want to fetch files if the key exists. Right now, I have to try fetching a file for every user and catch the errors if the key doesn't exist. This makes the console ugly and it wastes computation.
The text was updated successfully, but these errors were encountered: