Questions tagged [public-folders]
71 questions
9
votes
1 answer
Accessing public Google Drive folder from Android app without authenticating
I'd like for my app to be able to read from a pre-defined shared public Google Drive folder without the user having to log in or choose a Google account.
Background / Environment
Using my desktop browser, I have created a public folder on my Google…

Dale
- 5,520
- 4
- 43
- 79
8
votes
3 answers
Retrieve contents of a public Dropbox folder?
Is there a way to retrieve a list of the contents of a public Dropbox folder (preferably in PHP)? This is what a URL to a public file in Dropbox looks like:
http://dl.dropbox.com/u/1234567/publikPholder/textytext.txt
One would think that jumping up…

Sam
- 2,152
- 6
- 31
- 44
5
votes
1 answer
Creating a public folder on an Exchange server from code behind
I have to create a project management application in VB.Net Framework 4 which should create a client folder in a public folder in Exchange server.
I think the only way to create a public folder is through the management console. Is there a way to…

crisjax
- 227
- 1
- 3
- 7
3
votes
1 answer
Can´t access my public folder from css file in React App
I'm receiving the following error everytime I try to access a file in my public folders.
./src/index.css (./node_modules/css-loader/dist/cjs.js??ref--5-oneOf-4-1!./node_modules/postcss-loader/src??postcss!./src/index.css)
Error: Can't resolve…

Jose Peres
- 197
- 1
- 1
- 18
3
votes
0 answers
Multiple language when using public folder in htaccess file
I have this .htacces file I like it a lot but how do I add multi language to it? so it understand that localhost/en/ is not a file or folder. right now it use a public folder as the "root" so localhost = public/
Great if I then wanna do so I still…

Equites Caelum
- 31
- 2
2
votes
1 answer
How to route a SPA /en /de to the public folder? Strapi V3
I have a SPA (Vuejs with VueI18n and VueRouter) with Webpack. Everything works fine when I run the App Local in the integrated server.
Now well, if I builde the app and have only Static Files - the routing /de or /en does not work anymore. I have…

Ramon Hurni
- 21
- 2
2
votes
1 answer
Could someone have gathered files from my local system via a GitHub repo? I see that DS_Store files might open up this possibility
Today I went into a GitHub repository I haven't worked on in a month or so since completing a bootcamp. It is a personal project where I have basically just seeded some database tables and had uploaded an image or two and started a React app…

Ben Marrett
- 21
- 2
2
votes
1 answer
Array causing 'system.outofmemoryexception'
I am running the below script and it is causing exception of type 'system.outofmemoryexception' was thrown
I believe that it is due to the @Results array growing past the 2gb allocated to windows shell. Is there possibly a way to iterate through the…

Techknow
- 161
- 1
- 3
- 11
2
votes
1 answer
Cannot process argument transformation on parameter 'Identity'
Ok, it's this stuff, right here... o( ><)o
$PubFolder = "SomeMailEnabledFolder"
Get-MailPublicFolder $PubFolder | Get-PublicFolder
This should be so. dang. simple...
The error returned:
Cannot process argument transformation on parameter…

Techknow
- 161
- 1
- 3
- 11
2
votes
1 answer
PHP file in React public folder(Testing on localhost)
Currently I am working on a React folder with some PHP in public folder.
Structure
.
├── pubic
│ ├── api
│ └── co.php
├── _src
│ ├── api
│ └── components
│ └── index.tsx
├── package.json
└── node_modules
The public folder contains…

javascriptnoob
- 101
- 10
1
vote
0 answers
1
vote
1 answer
reactjs: files served into public folder resolve into a 404 error in production build but work in development with npm start
I am trying to serve 2 files needed by javascript for a web assembly package. The files example.wasm and example.data are in the public folder in the react js project file structure. When running with a development server using npm start, the files…

Anastasios Bakirtzis
- 11
- 1
- 2
1
vote
0 answers
React App storing images in public folder vs require them from src folder
React app, Is there any difference (performance, lifecycle or any other aspects I can't think about) between storing images in public folder and display them by using:
or storing images in src folder and use them with:


Yuval Levy
- 2,397
- 10
- 44
- 73
1
vote
3 answers
Laravel can not displayed image from public folder on the server
I'm trying to display images from the storage/app/public folder and work on localhost and internal network, but not working when using the outside assess the page.

thomaslam
- 21
- 2
1
vote
1 answer
Route exchange online public folder hierarchy requests failed with "Expected an item Id but received a folder Id"
Description: We are having the technical difficulties to route the public folder hierarchy if there is a Journal folder, and we are thinking the workaround to use grapy API to do this, but didn't find the information to use Graph API to access the…

Long
- 43
- 4