In my Springboot based JAVA app, how can I specify the address of cloud storage to access it directly without using "Storage" GCP Java classes. With windows local app, I am using application.properties file to specify the same, and access it directly.
If I try to replace the same "E:/folder1/folder2" with "gs://bucket1/folder1/folder2" it gives me error: Constructor threw exception; nested exception is java.nio.file.FileSystemException: /workspace/gs:: Read-only file system. Meaning it is trying to find the path in the same workspace as where the jar/war file is placed. Any help? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/0be4291b-0de4-47db-bee3-4449ff11c1fdn%40googlegroups.com.
