Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [storage]

Details on how data is being kept in memory/on disks, most frequently being applied to databases, media banks and backup-recovery solutions.

storage
0 votes
0 answers
27 views

NGINX returns 404 for the image files with extension but renders without extension

I'm using active storage to upload files and using nginx for the request routing. I have added file upload functionality in my application which was working fine when using S3. Now I have switched to ...
Hassan Ali's user avatar
0 votes
0 answers
17 views

Send file to server Android 13+ kotlin [duplicate]

I'm trying to get a list of all the files on the device, then select one and send it to the server, but I'm getting an error after selecting a file override fun onResultSelectDocument() { isFile = ...
Степан Захаров's user avatar
0 votes
1 answer
27 views

Android app not asking for permission, automatically denies it

I am trying to upgrade an old app, designed for Android 5, and I am a bit lost. The application needs storage permission to read a JSON file from a location selected by user and write images (...
daydr3am3r's user avatar
0 votes
0 answers
22 views

How to update Firebase storage data from frontend in react js [closed]

I am fetching data from the firebase storage and storing that data in redux. I also display the table on frontend and there is a button on every td. When user click on update button, then an modal is ...
Anurag Pal's user avatar
0 votes
0 answers
11 views

File Deleted After Update

My LibGDX game uses a single file to store settings and player progress. This code is used to read/write the settings (try/catch has been removed to keep this post short): public void save() { ...
Roguetroop's user avatar
0 votes
1 answer
47 views

List containers in the Azure Data Lake Storage

I'm trying to list the containers inside a specific directory within Azure Data Lake Storage account, but it doesn't seem to be any function that can handle this: Here is my hierarchy: assets root ...
Yasin Amini's user avatar
0 votes
0 answers
21 views

Supabase/Node.js duplex option is required when sending a body

If you're having a similar issue TypeError: RequestInit: duplex option is required when sending a body. at node:internal/deps/undici/undici:12618:11 at process.processTicksAndRejections (node:...
Nikuzo's user avatar
  • 3
-4 votes
0 answers
31 views

Hash table where multiple keys have same value [closed]

I have a bunch of triples (obj1 obj2 obj3). Is there an easy way to make a hash table where key either obj1 or obj2 or obj3 all point to the triple? I.e, rather than have three distinct pairs <...
gentsquash's user avatar
0 votes
0 answers
27 views

Store long kived accessTokens inside nextjs 14 and handle recurring refresh

I have a nextjs 14 web app which shows an instagram feed. To load the feed I implemented the Instagram Basic Display API. Currently I use an external service (Google Secrets Manager) to store the long ...
krm42's user avatar
  • 1
0 votes
1 answer
24 views

How to change Zustand storage from sessionStorage to localStorage or back based on the user selection

I need to be able to change Zustand storage at runtime, is it possible? import { create } from 'zustand' import { persist, createJSONStorage } from 'zustand/middleware' export const useBearStore = ...
mehran's user avatar
  • 1,366
-3 votes
0 answers
14 views

where are photos, taken in browser app camera, stored?

i took 4 photos for rentacar company,directly to their browser app and uploaded them.is there any possibilty, that they are stored somewhere in my mobile phone ?android redmi note 11,thank you some ...
Michal Dedinsky's user avatar
2 votes
1 answer
41 views

App Crashes Whenever Trying To Read File Saved Into Internal Storage In Android application

I'm trying to create a simple android application where value from a text field is saved into a file and is then later displayed on screen in a text composable on a button press, however the ...
Bob Rasner's user avatar
0 votes
0 answers
67 views

Change the active partition of LTO in c++

I've been trying to change the active partition of an LTO8 tape in Windows 10 pro using the following code snippet (which gcc compiles without any warnings) but can able to change offset low ...
Sher's user avatar
  • 1
0 votes
1 answer
29 views

Nextcloud Docker on Fedora: Data Directory Permissions Issue After Changing Mount Path

I deployed a Nextcloud Docker image on Fedora (uname -a outputs: 'Linux localhost.localdomain 6.8.7-300.fc40.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Apr 17 19:21:08 UTC 2024 x86_64 GNU/Linux'). Initially, ...
NanCunChild's user avatar
1 vote
3 answers
129 views

Find subfolders using a lot of disk space

I'd love to write a bash script that helps me find opportunities for reducing disk usage. The script would accept 2 arguments: a parent folder (which for me will usually be /apps/), and a threshold (...
Ryan's user avatar
  • 23.3k

15 30 50 per page
1
2 3 4 5
455