Trying to push the limits of App Inventor!
Snippets and
Tutorials from
Pura Vida Apps by
Taifun.
Also, are there better places than Amazon for data storage using App Inventor's PUT and POST?
The following request stores the image my-image.jpg in the bucket myBucket.
PUT /my-image.jpg HTTP/1.1 Host: myBucket.s3.amazonaws.com Date: Wed, 12 Oct 2009 17:50:00 GMT Authorization: authorization string Content-Type: text/plain Content-Length: 11434 Expect: 100-continue [11434 bytes of object data]
If I make the WEB url a presigned URL as explained here, http://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html , do you think App Inventor's WEB tool would understand it?