Skip to main content

Questions tagged [download]

Receiving data to a local system from a remote system, or to initiate such a data transfer. Do not use this tag for question asking where to download off-site resource.

download
0 votes
1 answer
22 views

Issue with res.download()

I've problems trying to apply res.download(filePath, originalName) with Multer, since it saves/copies a file from the /uploads folder to /downloads with fs.copyFile() when I apply my logic to it but, ...
Abel Prieto Martín's user avatar
1 vote
0 answers
40 views

Download a file from url and save

import android.app.ProgressDialog; import android.content.Context; import android.os.AsyncTask; import android.os.Environment; import android.util.Log; import android.widget.Toast; import java.io....
Reza's user avatar
  • 31
0 votes
0 answers
21 views

when i download html code in pdf format get file extention crdownload

when i download jsx code in react js when download in crdownload format how to solve this const generatePDF = (data) => { const invoice = document.getElementById("invoice"); const ...
Ghori Lemin's user avatar
0 votes
1 answer
272 views

Which method is more effective: utilizing window.showSaveFilePicker or generating a data URL and downloading a file using an anchor element?

I was developing a feature that enables the user to download a PNG and a JSON. After conducting research, I utilized the window.showSaveFilePicker method to facilitate the download of the JSON file. ...
Ivan Aram's user avatar
0 votes
0 answers
29 views

Chrome.downloads: Identify which windowId or tabId has initiated a download

Is it possible to use the Chrome extension API or Chrome DevTools API to determine which windowId or tabId has triggered the download event? Or are there any workarounds to determine the initiator ...
Neil Deshmukh's user avatar
0 votes
0 answers
31 views

How to use MinimalLayout.exe for Visual Studio

Can someone tell me: What is the expected output of "MinimalLayout.exe generate"? Why is nothing being updated or generated? (Assuming that a file is supposed to updated or created) "...
amsackett's user avatar
  • 243
0 votes
0 answers
20 views

I want to implement a download functionality in my UI. I want to create a directory chooser(React)

I should be able to select a directory and after clicking on okay/Download, it should call an API with the selected directory path in the backend(Springboot) which should copy a given file into that ...
TANVI's user avatar
  • 1
1 vote
1 answer
49 views

Cypress tries to load page, instead of trying to readFile? [closed]

Cypress code it('Check all pdf files after buying webstore items: AXQA-7446', () => { cy.visit(Cypress.env('base_url') + '/en/ShoppingCart/ThankYou/'); cy.get('.ax-btn.ax-btn-secondary.ax-...
FortuneSoldier's user avatar
0 votes
1 answer
77 views

cURLing Sharepoint for a pdf file from docker container not working completely

I have a docker desktop on windows 11. When I cURL (or wget) sharepoint from my laptop (host) for a pdf file, everything works perfectly (in 99% of cases, not 100%, as I have observed data loss only ...
H_I_STACKOV's user avatar
0 votes
0 answers
89 views

How to download a file from sharepoint using O365 python lib

can anyone please help me with how to download a file from SharePoint? I've been going through this code all day and haven't figured anything out. I can access a specific file and its URL. However, ...
Dawe's user avatar
  • 1
2 votes
0 answers
29 views

S3 concurrent Range requests for large file transfer to browser

According to S3 docs GET requests over 500 MB should use multiple range requests for better performance. From my experiments, using Transfer Acceleration plus range requests yields much faster ...
Mark Dineen's user avatar
0 votes
0 answers
137 views

Direct download link to OneDrive file on v2.0?

I have a link similar to this: https://1drv.ms/u/c/70d0917a4fce1e1f/EYn_RtUidqVIinvfQMU8zUsBTXuKGhQtdxWDnD1fqG7kGg. How can I obtain the direct download link version of this? I came across a solution ...
phamthai's user avatar
0 votes
1 answer
2k views

Downloading a PDF file in Next.js

I am facing an issue while trying to download a PDF file in a Next.js application. Basically, I want to download the PDF file that is placed inside the public folder of the next js app but it is ...
Haroon Ahmed's user avatar
0 votes
0 answers
54 views

Locate file downloaded to the browser

I download pdf files from a server. However, I first access the file by clicking on the link where the file is located on the remote server, which brings it into my browser. I understand that I can ...
cdr1's user avatar
  • 19
0 votes
0 answers
289 views

Flutter inAppWebView blob url download

I'm working on a Flutter application where I'm using the InAppWebView package to display web content. In certain cases, the web content contains blob URLs that represent files that need to be ...
Prashanth Kumar D S's user avatar
0 votes
1 answer
71 views

GITLAB - Permalink for download latest AppImage Release from a repository

Somehow a follow up questions to: GITLAB - Permalink for download latest Release form my repository (I wanted to comment below, but this is only allowed after 50 posts or so) Is there a way to put ...
Smojo's user avatar
  • 1
0 votes
0 answers
334 views

Problem in download via url. Error 403 forbidden

So, I am making a web app to download movies to my google photos where I can input a direct download link and what happens it downloads to server and then upload it to my google photos. I setup ...
Ravi Sharma's user avatar
0 votes
0 answers
69 views

Same download URL but different download files

I'm trying to automate downloading excel files. I want to download an excel file from the main view of a webpage, then change the view and download an excel file representing the second view. The url ...
spunboy's user avatar
0 votes
1 answer
48 views

Flask WTForms application creates file to download. Users getting someone else's file (same name). How to fix?

My application creates a file in the server from input on a WTForms. The file name never changes. As a new user comes in, fills out the form and and the old file is overwritten. Problem is when 2 ...
chepox's user avatar
  • 47
1 vote
1 answer
42 views

Saving a base64 code into a folder gives me a failed image and cannot open it with PHP

I am trying to save an image into a folder of my project, and file is saved but wrong, making it impossible to see or open. First of all, I get the image through a form where base64 image code is ...
NewFactRevealed's user avatar
0 votes
1 answer
82 views

XLSX file corrupted on download in Vuejs&Rails

I have an API (Rails) response binary file def download_result data = ... send_data( data, filename: 'test.xlsx', type: "application/vnd.openxmlformats-officedocument....
Corey's user avatar
  • 107
3 votes
1 answer
3k views

Can't download Google Drive videos using Developer Tools

i used to download videos from Google Drive by accessing Developer Tools, navigating to the Network tab, right-clicking on 'videoplayback', and selecting 'Open in new tab', after which I could ...
Anri's user avatar
  • 31
1 vote
2 answers
93 views

How do I download a csv using python from a webpage where there is a download button?

I am trying to write a python function that downloads/gets a csv from this webpage once a month https://www.cia.gov/the-world-factbook/references/country-data-codes/ However I can only download the ...
user23486108's user avatar
0 votes
0 answers
46 views

Finding files in Download Directory

I am trying to transfer a file from my PC to my app’s local storage, which it doesn’t seem that Android will let me do. I saw that as an alternative, I can email it and then download it. I have then ...
Mick's user avatar
  • 1
1 vote
1 answer
189 views

Google Drive API download files from shared drive

I am trying to download a file from a shared drive via the Google API. I always get the response that the file was not found (code 404). This does not work even if I have full access (admin) to the ...
aswiss's user avatar
  • 35
0 votes
1 answer
83 views

File Downloaded as ASCII text in Python

I have written this code to download a package file. However, although I am able to download the data, the file type is being recognized as ASCII text and binary data is there. When I download the ...
vicky.charles's user avatar
0 votes
0 answers
24 views

How can I get JSON file with webview from local html

I want to get a JSON file from my HTML file in the assets folder. But I get a java.io.FileNotFoundException: No content provider: error in my app. The DownloadListener returns a URL of blob:file:///...
OLTO and SUGI-cube Project's user avatar
0 votes
0 answers
29 views

Does parallel download on a google cloud VM makes sense?

I have a Google Cloud VM and I have multiple satellite data to download. For that, I use an R package that does the exchange. Can I somehow take advantage of Google Cloud features to download these ...
Marco Aurélio Guerra's user avatar
1 vote
1 answer
541 views

How to Download file from Sharepoint to local drive using VBA in an Excel Macro

I'm trying to download a sharepoint file using VBA in an Excel macro. I copied some code from this site but it will not work. It downloads a file but the file will not open properly. The correct ...
Timothy Clayton's user avatar
0 votes
0 answers
24 views

Not able to Download Excel file from the web with Python

I try to use Python to download excel "performance" file from: "https://www.amundietf.fr/fr/particuliers/produits/equity/amundi-msci-world-ucits-etf-eur-c/lu1681043599" but it ...
Philou's user avatar
  • 11
0 votes
0 answers
20 views

I want to upload sequential videos to YouTube through an android application I will make

I want to know if I need any permissions for this and which api or apis I can use. When I examined the YouTube side, I saw that this data about Android was missing. (Or I couldn't find it). Can you ...
Kadir Kuvan's user avatar
0 votes
0 answers
91 views

How to download file into memory with WebView2?

I want to download a file in WebView2 into memory instead of saving it to the disk. However, I can't find a method in WebView2 to allow me to do anything except change the path where the file will be ...
Pan ache's user avatar
  • 161
0 votes
0 answers
91 views

Why data in minio transfers more quickly when use explorer to download?

I'm developing projects for a university,and its minio server is deployed in education network,so when I use python.minio or mc.exe to download data to public network,its speed can’t bigger than 3MB/s....
forestbat's user avatar
  • 801
0 votes
1 answer
240 views

Simple Code to Download a File from a URL when clicked in ServiceNow

I don't have any idea what programming language the ServiceNow application is using. However, I am trying to create a knowledge base in ServiceNow wherein it has link to an excel file, in which stored ...
Rhiaanon's user avatar
-4 votes
1 answer
88 views

Optimizing Python Image Downloads for 30MB Images within Milliseconds

Hello Stack Overflow community, I'm currently working on a Python script to download 30MB size images efficiently. I've been using the requests library, but the download time is not meeting my ...
kairoon bodanapu's user avatar
0 votes
0 answers
16 views

what to do while error comes in running the flutter project

error like below mentioned, FAILURE: Build failed with an exception. What went wrong: A problem occurred configuring root project 'android'. Could not resolve all files for configuration ':classpath'...
Dinesh Dinesh's user avatar
1 vote
1 answer
3k views

Cannot use vscode on macOS 10.14.6

Vscode cannot be used in conjunction with macOS Mojave 10.14.6 as it automatically updates to v1.86.1. I tried to obtain the old version of vscode, but encountered the following error. enter image ...
rui sui's user avatar
  • 11
0 votes
1 answer
94 views

How to display a pdf in django and not let it download

I have a pdf file uploaded to the site (the Internet library and the pdf file of the book in it), how can I allow viewing this file while only on the site and prohibit printing or downloading it. I ...
Максим Макаров's user avatar
0 votes
0 answers
61 views

Download file from GCP VM using Chrome "completes" before downloading 100% (reposted)

It is a reposted thread from Download file from GCP VM using Chrome "completes" before downloading 100% as it sinked down and couldn't find a solution. I have a .tar.gz file in a GCP VM (...
Johnny Tam's user avatar
0 votes
0 answers
128 views

Download files from VM through SSH won't start

I have a 3.4GB .tar.gz file in a VM, which I tried to download through SSH but it won't start at all and became failed after some time. Then I tried to create a small .txt file, which is 4KB and the ...
Johnny Tam's user avatar
1 vote
1 answer
442 views

Can't download a Google drive file using WebClient

I'm trying to download a csv file from a Google drive using a vb.net app. This has worked fine for years, but today when I try to download using the app, I get a csv file that contains only this ...
Wes's user avatar
  • 40
0 votes
0 answers
32 views

I was installing the python for the first time, but I can't access the check box for admin privileges, it doesn't allow to check or uncheck it

I was installing the python for the first time but I can't access the check box for admin privileges, please help. The check box is marked in grey and doesn't allow to check or uncheck it. Wanted to ...
Harsh Shegedar's user avatar
0 votes
0 answers
48 views

CefSharp.Offscreen to download files from the URL is not working when called from the task scheduler

I have a windows forms project in vb.net to download csv files from a URL using CefSharp.Offscreen. I have created a task in task scheduler to call this project to download the csv files using ...
sari's user avatar
  • 1
-1 votes
2 answers
42 views

Embed python code in the HTML download link and have it run automatically [closed]

I want to create a single html page i.e. download link. How can I embed an image in the background of that page? When I visit the page, that is, when I enter the link, I want it to be automatically ...
jhn6408's user avatar
0 votes
0 answers
36 views

Download the uploaded image through input file in react

what I want is when the user selects a profile pic the pic gets stored in the client-side folder does anyone have an idea? I tried Multer but it stores the images in the server-side folder in my case ...
mostafa's user avatar
  • 11
0 votes
0 answers
26 views

Trying to generate a downloaded zip file containing multiple pdfs [duplicate]

I have a requirement to call a java code from my existing application code (spring boot), which will get multiple pdfs based on URLs provided and zip them and get them downloaded in my browser window. ...
Sachin Mankotia's user avatar
0 votes
2 answers
218 views

Downloading file in Laravel 10 in browser

I'm creating files using Jasper and now what I want to do is when user presses the button he will start to download those files, but when I tried it the response code is 200 but the popup window for ...
Vedo's user avatar
  • 623
0 votes
1 answer
102 views

Downloading Excel in React from NET Core API: Failed to execute 'createObjectURL' on 'URL': Overload resolution failed

I have a WebAPI in .NET Core that creates an excel file and returns it to the function on the front-end, built in React. Signaure of the methods in the API: [HttpGet("export")] public ...
gijs_wil's user avatar
0 votes
0 answers
68 views

Headers in nextjs how to edit them and return them in route handlers

I have the following code in a route handler import { NextRequest, NextResponse } from "next/server"; import ytdl from "ytdl-core"; export async function POST(request: ...
Joao's user avatar
  • 13
0 votes
0 answers
25 views

How to make a loop to download a sequence of maps in R

I would like to create a loop in R to download a sequence of maps from a website. The problem is that I am able to download manually tiles of 2km2, but the area is quite big. For example: (https://...
Tbb's user avatar
  • 13

15 30 50 per page