Re: [google-appengine] Re: Mount Cloud Storage for App Eng

2019-02-05 Thread 'Julie (cloud platform support)' via Google App Engine
This is the document[1] referring to /tmp file as a writable file which may be able to be the reference file. App Engine Flex should also work however please reply if you are using Flex and using /tmp as the reference file does not work in this case. [1] https://cloud.google.com/appengine/docs

Re: [google-appengine] Re: Mount Cloud Storage for App Eng

2019-02-01 Thread 'Olivier Yiptong' via Google App Engine
Myron, are you using go111? If so, /tmp/ is writeable. Keep in mind that /tmp/ will write to what effectively is a RAM disk. On Fri, Feb 1, 2019 at 11:17 AM Myron Schram wrote: > We are calling a third party API and it requires a us to reference a local > file location to post the file we are

Re: [google-appengine] Re: Mount Cloud Storage for App Eng

2019-02-01 Thread Myron Schram
We are calling a third party API and it requires a us to reference a local file location to post the file we are sending it Thanks, Myron > On Feb 1, 2019, at 11:56 AM, 'George (Cloud Platform Support)' via Google App > Engine wrote: > > Hello Myron, > > It all depends on what is meant by "

[google-appengine] Re: Mount Cloud Storage for App Eng

2019-02-01 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Myron, It all depends on what is meant by "local" drive. Your app cannot write to the local file system. Does your app face difficulties when using Cloud Storage, as recommended? You may have a look at the "Using Cloud Storage with Go" documentation page