[google-appengine] Re: App engine connection to cloud storage

2020-10-12 Thread Punita Goel
I get it. Thank you for your response. Guess I will have to go for the library only and write extra lines of code. Since FUSE itself says "use it at your own risk". But thank you for providing the architectural details of engine. This would help me otherwise. On Friday, October 9, 2020 at

[google-appengine] Re: App engine connection to cloud storage

2020-10-08 Thread 'Alexis (Google Cloud Platform Support)' via Google App Engine
Hi, I'll try to assist the best I can. The main issue here is that what you are doing is an http request and not local to the machine. For example "gs://" is essentially the gsutil tool wrapping-up an HTTP request and emulating locally, but it's not part of the local file system. Whereas the