18,372 questions
0
votes
1
answer
41
views
Preventing refresh after using the click() function on an anchor element
I'm trying to implement a download button in my web application that allows users to download a JSON file without refreshing the page. The download is triggered via Javascript.
button.addEventListener(...
-2
votes
2
answers
337
views
Changing download location
I have a script that downloads file into a folder. The scripts works properly, but the downloads of the script are going into the my project folder. What I would like to do, is have these downloads ...
0
votes
1
answer
544
views
How to convert temporary download links, which after some time expire, to permanent download links?
i need to download so many huge files from a website via IDM.
I copy and paste links in the morning so i can download them with IDM at night, but the problem is the links are temporary and expire ...
0
votes
0
answers
81
views
Uploading files to shared SharePoint as guest in Python
I am trying to get a Python script to upload files in an organization SharePoint. I am not the admin of said SharePoint, so I believe I can't add application permissions in Microsoft Graph. However, I ...
-2
votes
1
answer
53
views
How to get Swift IDE [closed]
I've been looking all over the internet for a Swift IDE download but could not find anything, could I get it on the apple website?
I thought it would be possible to download on GitHub but I could not ...
0
votes
0
answers
44
views
Checking the size of a file that's being downloaded by the browser causes it to get duplicated
I'm writing a script which needs to download a file by hitting a URL. It would be easy enough to curl the URL, but I need to be logged in to the site when doing it, and I've given up on trying to ...
1
vote
1
answer
2k
views
Is it possible to download a instagram reel with audio, using instaloader?
I have been trying to download a instagram reel using instaloader, but it downloads the reel without audio every time. How can i download the unmuted reel or is it even possible.
I found this question ...
0
votes
0
answers
51
views
CHEMBL database related query- dual targets
Is there a way to download a list of compounds with dual targets from CHEMBL. for example :I can download a list of compounds with estrogen receptor activity separately and a list of NMDA antagonist ...
2
votes
3
answers
4k
views
How can I download a HuggingFace dataset via HuggingFace CLI while keeping the original filenames?
I downloaded a dataset hosted on HuggingFace via the HuggingFace CLI as follows:
pip install huggingface_hub[hf_transfer]
huggingface-cli download huuuyeah/MeetingBank_Audio --repo-type dataset --...
2
votes
1
answer
105
views
Get list of all Oracle JDK releases for a specific version using curl or rest api call
I would like to programmatically get a listing of all Oracle JDK releases so that upon detecting a new release trigger a pipeline to upgrade JDK (in effect programmatically getting and listing Oracle ...
1
vote
0
answers
68
views
Download CSV Using jQuery Ajax
How can I trigger a csv file download from the ajax jQuery method?
I don't want to use an href with the full url because I need to fetch the correct csv file depending on what id is selected in a ...
0
votes
2
answers
244
views
download all pdf files from website doesn't support wildcard
I want to download all pdf files in the website of "https://journals.ametsoc.org/view/journals/mwre/131/5/mwre.131.issue-5.xml".
I tried many thing with wget as:
wget --wait 10 --random-wait ...
0
votes
1
answer
83
views
Renaming a file - Google API direct download link [closed]
I am using an external API to create and download a data extract. After the extract has been created, the API response includes a url. This url is a direct download link - I click it and a new browser ...
0
votes
1
answer
277
views
How to download a file using a button on a ribbon on a Model Driven App with C# Plugins?
I managed to integrate code that allows me to download a file from a Dataverse table within a plugin and I can perform automation tasks on this document
private static byte[] DownloadFile(...
0
votes
0
answers
228
views
Downloaded file in Angular Application saved as Unconfirmed XXXXX.crdownload
Angular 17 application. Trying to download file from database via ASP.NET Web API. Web API code:
[HttpGet("{id}")]
public async Task<IActionResult> DownloadFileFromDatabase(int id)
{
...
1
vote
2
answers
41
views
string PNG conversion Returns Blurry Image
I'm making a website for makecode arcade here and I'm making a string to PNG function called ConvertAndDownload
but when I download the image, its all blurry
for example
lets say that i have the ...
-1
votes
1
answer
118
views
Binary file getting corrupted when trying to download using Struts 6.3.0.2 with Java
When I am trying to download the pdf and doc-x file from my app after upgrading from struts2 to struts 6.3.0.2, the file is getting corrupted. I am not able to open the pdf file when I have downloaded ...
0
votes
1
answer
34
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, ...
0
votes
1
answer
749
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. ...
0
votes
1
answer
141
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 ...
1
vote
0
answers
457
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 ...
0
votes
1
answer
174
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 ...
1
vote
1
answer
68
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 ...
7
votes
2
answers
7k
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 ...
0
votes
0
answers
67
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 ...