I have created an application for my workgroup. One of the features that I am trying to add is the notification and download of updates. When it detects that there is a new version, through an online check, an update button is activated. Clicking to download the new apk, but I can't get it to work: error 1101.
I incorporate the related blocks ...
Where am i wrong? Thanks.
TIMAI2
September 17, 2021, 6:46pm
2
Try using a url that gets the google spreadsheet sheet as a csv e.g. ...
https://docs.google.com/spreadsheets/d/<sheet_id>/export?format=csv&gid=SHEET_ID
or if you want to query your data:
The Google Spreadsheet link is in CSV format. I access in to get the updated URL of the apk download. I obtain it and enter it in the following web-component and that is where it fails me.
Taifun
September 17, 2021, 7:59pm
4
what is the response content of the WebToUpdate.GotText event?
Taifun
It's a link that I have obtain from the spreadsheet "http://www.mydomain.com/program.apk "
So I pass that link to the URL of WebGetUpdate.
I have activated the SaveResponse in WebGetUpdate.
And I get the error 1101 unable to get a response with the specified url : http://www.mydomain.com/program.apk
Taifun
September 17, 2021, 8:11pm
6
this is a known bug...
We are aiming to update ai2-test today with bug fixes for the various components affected by write permission issues in the new release. The web fix should be included as part of this update.
however it has been said, that it is fixed? @ewpatton ?
Taifun
I have tried putting a Filename, but it doesn't work either. I hope @ewpatton can solve the mystery
Taifun
September 17, 2021, 10:07pm
8
my guess is, the bug fixes are still not in production...
you can try, if it works on the test server...
http://ai2-test.appinventor.mit.edu/
Taifun
2 Likes
wikki74
September 18, 2021, 8:41am
9
I tried it on the test server and it still does not work.
It still throws error 1101 unable to get a response with the specified URL
1 Like
Thank you, we will have to wait for it to be resolved.
I will try to test it on the test server.