Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
22 views

Grant-SMBShareAccess not working. Getting "The Request is Not Supported"

Got a strange one. I have about 40 servers with shares configured through SMB. This is my first time adding permissions to the shares after their original creation (years ago). For testing and ...
Jonathan Styles's user avatar
0 votes
0 answers
16 views

Python Kademlia not uploading data fully

I wrote a basic file sharing app in Python, but it seems to cut out much of the end of a file, which could be problematic to say the least. It uses the "kademlia" library, and it stores the ...
Xandaaah's user avatar
0 votes
0 answers
40 views

Getting Error (800A01A8) When Creating Folder Network Share with WMI in VBS [duplicate]

I'm trying to create a network share for a folder using .vbs. However, when I attempt to set up the share with WMI, I encounter an 800A01A8 error. The folder creation works fine, but when I use the ...
Atlassay's user avatar
1 vote
0 answers
33 views

Why is NSD Discovery not working in Oppo device?

I'm currently trying to use the NSD Discovery to discover services. I have write the code using the official documentation but my Nsd Discovery is not discovering any services on Oppo device. This is ...
Adnan Aslam's user avatar
0 votes
0 answers
115 views

Flutter iOS File Sharing Error: "Failed to request default share mode" and "Client not entitled"

Im developing a Flutter application and encountering an issue when trying to share a contact file on an iOS device. The sharing functionality works fine on Android, but on iOS, I'm seeing errors ...
yarslan's user avatar
  • 23
0 votes
0 answers
25 views

Sharing file on Google drive using API or SDK

I want to share file on Google drive to others using API or SDK to save manual efforts. When I do it manually, I remove the access from the person I shared to after two weeks. With programming via API,...
Donald Wang's user avatar
0 votes
0 answers
72 views

How to deny directory listing and allow direct access to files in Sharepoint Online

We are trying to migrate local file server to Sharepoint Online, and we need ability to deny directory listing. The application works on way that share direct link to files depending on user ...
Lev Gelman's user avatar
0 votes
0 answers
74 views

Ionic 6 Angular Social Sharing Using Capacitor-Filesharer

recently I'm just realized that my mobile application isn't working on Android API 33 and above (Android 14). I figured that on Android API 32 and above, the storage permission is automatically ...
Humble Chicken's user avatar
0 votes
0 answers
47 views

import files in netlify serverles function

I have an express app that is wrapped by serverless-http.I am currently handling the endpoint api/ for a frontend submission in netlify/functions which lives in the root directory of my project.In ...
Hoang Nhat Truong's user avatar
1 vote
0 answers
104 views

How to disable file sharing and enable printer sharing via configuring Windows 10 group policies?

How to disable file sharing and enable printer sharing via configuring Windows 10 group policies? I try "netsh advfirewall firewall set rule group="File and Printer Sharing" new enable=...
Mcnoon's user avatar
  • 23
-1 votes
1 answer
97 views

img src html tag not loading public image from public shared google driver folder

I am trying to add an image into html document using google driver. I created a Public Folder by giving sharing options as Anyone with Link, and added images in that folder using same sharing option. ...
RootPhoenix's user avatar
  • 1,747
0 votes
0 answers
140 views

Error "The directory name <path> is invalid" - Windows Service with Fileshare

I have a Windows Service syncing files between local folder and fileshare folder. Windows Service runs on a local system. When I run it with both folders on the same computer, it works fine. But when ...
Nataly Verner's user avatar
0 votes
0 answers
34 views

How can i change my fileserver, without changing the files path?

I have one windows server 2012 R2, with a file share named "\SRV50\Files", and, i need to migrate all my files to another server (SRV100), but, i cant change all the files path. (I have ...
André Valvassori's user avatar
0 votes
0 answers
668 views

Image not showing when sharing using the Flutter package share_plus

I have been trying to create a share button in my Flutter application running on Windows that allows the sharing of images to social media platforms. I tried to use the share_plus package in Flutter. ...
Leroysteele's user avatar
-3 votes
1 answer
32 views

Sharing excel sheet

I am getting trouble when sharing excel sheet via e-mail. I want certain people to see all the updates I make in my sheet. When recipiant open it for a first time, he can view the changes I make. But ...
Egis's user avatar
  • 1
6 votes
1 answer
4k views

Share text string using expo-sharing

I'm trying to use Share dialog to share a piece of text on Expo. Though from the current documentation I cannot find anything related to this. Right now, my workaround is saving the text as .txt to ...
Coder Gautam YT's user avatar
0 votes
0 answers
201 views

OpenReadAsync returns ex Access to the path is denied with sharing target xamarin ios

I'm implementing sharing target in my Xamarin.iOS project. All the described behavior works on simulator, but fails on real device. The OpenReadAsync function is already used and working when I select ...
Grounch's user avatar
  • 345
0 votes
0 answers
70 views

in swift, is it possible somehow to drag a file into the File app or in other common place before my app is installed?

I'm requested to make possible to perform this sequence: user already has a file/backup file stored on pc/mac user plugs an iOS device to pc/mac whiteout my app on it then drags (somewhere, maybe ...
biggreentree's user avatar
  • 1,883
1 vote
1 answer
612 views

Sharing a file between an Android app (with native component) and system services

Android has been more restrictive with files, while it is very clear how to share files across apps... How would I share a file between a system service like surfaceflinger/audioflinger and an app? ...
John Smith's user avatar
1 vote
2 answers
5k views

Generate Dropbox Direct Download Link (Old Method No More Working)

Following is the process i generate direct download links for files uploaded in Dropbox. By direct link i mean which directly start download from browser or can use programmatically to download the ...
SalmaBegum's user avatar
1 vote
0 answers
774 views

How to assign a hostname to an Android device?

When you connect to a WiFi network, the router assigns an IP to the android device (like 192.168.1.105). Now when a FTP or HTTP file server is run on the android device, other devices should type that ...
Zeta.Investigator's user avatar
0 votes
1 answer
3k views

kubernetes - how to mount a directory on a specific node to each pod?

I have a 3 node test cluster: 1 head and 2 worker nodes (all raspberry pies). I would like to expose a specific folder on the head for read/write on each pod on the cluster (irregardless of which node ...
nagy.zsolt.hun's user avatar
0 votes
0 answers
136 views

strange behavior with socket.recv [duplicate]

CODE import socket import os import compression import time SUCCESS_FILE_SENT = "101" SUCCESS_FILE_RECIEVED = "201" BUFFER_SIZE = 4096 def receive_file(conn, fileInfo): try: ...
Sajjad Ali's user avatar
0 votes
1 answer
2k views

Issues With File Sharing on Docker (Ubuntu)

I'm trying to get vaultwarden set up and working using docker. I followed the docker install on dockers page and then followed this tutorial for vaultwarden https://www.youtube.com/watch?v=v_7vJDwGWug....
H0meless's user avatar
1 vote
2 answers
40 views

Express.js proper file not being sent as response

I know this will be some stupid thing but I don't know why express.js is doing this. So, I am sending a HTML file in a GET request const express = require("express"); require('dotenv')....
Viraj Doshi's user avatar
2 votes
2 answers
1k views

How to share an interactive jupyter notebook?

i need to send the Jupyter notebook to another person, and enable him to open, enter inputs and running the notebook, to get the results. please explain in a steps what should i do to share an ...
jana ardah's user avatar
2 votes
1 answer
2k views

Sharing resources (json, image, text...) from a kotlin multiplatform module

A task that I thought would be pretty simple turns out a bit more complicated. I have a .json file inside my Kotlin Multiplatform module and I would like to share it between iOS and Android (to not ...
rimes's user avatar
  • 911
3 votes
1 answer
3k views

Sveltekit endpoint that returns a file for a file sharing website

I want to build a file sharing site kinda like nextcloud. The Idea is that their are files on a server (currently they are local), the svelte backend parses through them and presents them. You than ...
Peppi's user avatar
  • 79
0 votes
1 answer
379 views

How to share docs/pdf files from my files(iOS) in to myApp

I want to share files to my Swift app via UIActivityViewController. I tried: UIFileSharingEnabled and <key>NSExtension</key> <dict> <key>NSExtensionAttributes</key> ...
mahesh's user avatar
  • 39
0 votes
0 answers
408 views

Issue with .CSV being inaccessible due to it being used by another process - VB.NET Application

We are having an issue with a .CSV file, it is being locked by another process on any shared folder location. Before mid December this worked with no problem, but since then our guys keep getting this ...
JordanGaw12's user avatar
-1 votes
1 answer
2k views

Setting up a connection to an SMB1 server in my iOS app

I am trying to create a custom connection to a server that is SMB1. I want to be able to connect a button action to make this connection and bring up the files in a document picker. I feel like I have ...
SoundGuy41's user avatar
0 votes
1 answer
4k views

File shareing on Android 13

I have written an Android app with AndroidStudio, which create configuration files in JSON format, which are saved on device and can be shared. Before Android 12 this worked without any problems. With ...
Wolfgang Wieser's user avatar
0 votes
2 answers
83 views

How to share a Google spreadsheet with others that has Apps Script code?

I made a Google spreadsheet that uses some JavaScript in Apps Script to process the data into a flat format. I want to allow my partner and her coworkers to make their own copies of the spreadsheet to ...
Lacrosse343's user avatar
-1 votes
1 answer
2k views

Share files in Minio

I am working on a file manager similar as in demo-https://ej2.syncfusion.com/react/demos/#/material/file-manager/AmazonS3Provider The backend code is in spring boot and we have stored the files in ...
RESHU KUMARI's user avatar
1 vote
1 answer
4k views

Why is the flutter share_plus package giving this IllegalArgumentException?

I am writing a function that essentially gets data from an http request as a byte array, then writes it to a file in the temporary directory in order to share to wherever the user desires. I have ...
holycamolie's user avatar
0 votes
0 answers
946 views

Programmatically access PC or Folder/Files in the network (LAN) which is shared in private network

I am trying to build file manager tools for window PC, I already build tools for drives (c:, d:, e: ..) where I can delete, edit files and folders. My problem is, I am trying to do the same thing (...
Zmuffin's user avatar
  • 53
1 vote
0 answers
141 views

Can a cordova app get its own storage shortcut in Android Files app menu, similar to Drive?

On iOS, cordova-plugin-file allows 'cordova.file.documentsDirectory' as file system layout, to generate a dedicated storage for my app in the system's file browser in the 'on my iPhone' environment. ...
MarBo's user avatar
  • 61
0 votes
1 answer
1k views

Can you use Google Drive to host images and other binary files? [closed]

I am reading this which shows how to grab an image link from a Google Drive image, but is it a stable solution that will continue to work indefinitely, or is it an undocumented feature? Similarly, I ...
Lance Pollard's user avatar
3 votes
1 answer
4k views

How to share .env with teams

I have a question about .env file. I know it is a file that contains secrets like API key and password. I also read that you should not commit it to VCS like GitHub. This is fine if I am working alone,...
user18431308's user avatar
2 votes
0 answers
365 views

Storing large dense 2D matrix of float32 data

I am searching for the best possible solution for storing large dense 2D matrices of floating-point data, generally float32 data. The goal would be to share scientific data more easily from websites ...
Luca Cappelletti's user avatar
0 votes
0 answers
289 views

Mount directory in docker image that is build remotely

I have a robot which exists in the same network as my host pc. the robot is powered using Jetson Nano and has ubuntu installed. I have a docker image that I usually build on the robot using -H flag i....
John C.'s user avatar
  • 435
1 vote
1 answer
64 views

How to share a recorded video programmatically?

Well guys, I'm new at programming, I've tried some ways, but I was not able to achieve it. I have these two paths, how can I open the share options to send this file? I/ExternalStorage: Scanned /...
Thiago Carvalho's user avatar
1 vote
0 answers
41 views

Is there any way to use OS users in a self-hosted file-sharing platform?

I use ownCloud to self-hosted the servers and I want to use OS users to log in to the ownCloud web UI so everyone who has access to the servers will have access to the ownCloud web UI without creating ...
Lexel's user avatar
  • 19
1 vote
0 answers
331 views

Is there a way to share a file with an http link (not https)?

I need to share a link so when people get connected to a server on a game, they can download online the mod file quickly. Unfortunately, the game doesn't support https url so doesn't support any ...
Will Smith's user avatar
-1 votes
1 answer
1k views

Share Data between Companies using AWS S3 Public Access

I wanted to get huge amount of data from another organization to my organization. I created an s3 bucket with name as: srikanth-poc-can-be-deleted. This bucket under the access column is showing as &...
Srik's user avatar
  • 31
0 votes
0 answers
2k views

Finding Shared Network Folder and Active Directory Information

I have a script that I'm using to try to find Shared network folder and subfolder information such as the folder owner, AD groups associated to the Network shared folder or subfolder, AD group notes, ...
anthony pollarco's user avatar
-1 votes
2 answers
670 views

is there any remote local path for unix share similar to windows?

Windows local path of share: D:\SomeFolder\Share. Windows Share path for above folder: \\ServerName\Share. Windows remote local path : \\ServerName\d$\SomeFolder\Share Unix local path: /mnt/disk1/...
saran's user avatar
  • 1
1 vote
1 answer
3k views

Is it possible to see all publicly-accessible files on a website?

I would like to query a website that provides files for download to see all the available files for download. For example: webpage called https://download.website.com/path/to/file has a file of ...
bananamilk's user avatar
0 votes
0 answers
57 views

Saved image in paint application is not sharing & showing "Sharing failed, please try again later toast is showing"

"Sharing failed, please try again." toast is showing on clicking on the apps to share the image. The image is saving in my phone but it can't be shared. Made the xml directory & new ...
Nandini Agarwal's user avatar
0 votes
0 answers
95 views

In the paint application, the drawing is saving as image but not sharing to the other apps

When I am clicking on the saving button, the drawing is saving in the image format but it is not sharing. Whenever sharing options shown for sharing, clicking on any app resulting displaying a toast, ...
Nandini Agarwal's user avatar

1
2 3 4 5
12