[google-appengine] Re: Cloud Storage Client-Side Javascript File Upload 403 SignatureDoesNotMatch

2017-11-20 Thread 'Steren Giannini' via Google App Engine
When it comes to storing items in Cloud Storage from client side web, I recommend looking at the web SDK of Cloud Storage for Firebase: https://firebase.google.com/docs/storage/web/start On Monday, November 20, 2017 at 12:02:08 PM UTC-8, Scott Campbell wrote: > > Yannick! Thanks again for your

[google-appengine] Re: Cloud Storage Client-Side Javascript File Upload 403 SignatureDoesNotMatch

2017-11-20 Thread Scott Campbell
Yannick! Thanks again for your support, I do appreciate it. This will help me debug the issue now that I know where to look. I will link my stack-overflow question. https://stackoverflow.com/questions/47381667/getting-403-signaturedoesnotmatch-when-uploading-to-google-cloud-storage On Mon

[google-appengine] Re: Cloud Storage Client-Side Javascript File Upload 403 SignatureDoesNotMatch

2017-11-20 Thread 'Yannick (Cloud Platform Support)' via Google App Engine
Hello Scott, the "StringToSign" field tells you what it expects the canonical string to look like. You should double-check that the string your client uses is exactly the same (including any whitespace). For this kind of technical question I also recommend that you post it to Stack Overflow usi