I had it working beautifully, but once again my project has been corrupted and now is unusable. Copies are unusable. I can’t copy blocks from one sheet to another within the same project. This is about the 10th time this has happened. Every time I start making significant process, the project is mysteriously corrupted and recovery is impossible.
(In this screenshot, I deleted the text which was initializing variable ‘Sheet ID’ resulting in the two errors and an unusable project.)
I first tried Thunkable in late 2015 and I recently came back to see how the product has matured, but I think I’ll wait at least another year or two, unless I can help the project by working on the code.
I’ll wait patiently and come back when:
projects aren’t being corrupted after trivial changes
there is a mechanism to easily import blocks and screens from one existing project to another existing project. (backpack, import, merge, whatever)
The version of Thunkable Live available to everyone in the world is the latest version. (Although the current version is 120, many of us can only get v56 which is 11 months old.)
Is there any way to recover from these “internal error” messages? Or are my projects permanently borked? I can’t keep spending 50 hours on projects only to have them become unusable for no apparent reason.
I would love to contribute to the community, but right now I feel like the time I am spending here is a waste of my life since neither I nor anyone else can benefit from reusing my blocks.
Fyi… I deleted and rebuilt the offending screen. (Fortunately, I was able to get screenshots of all the blocks.)
However, it was when I added [break out of loop] back into a function that it crashed again. This time, I was able to delete that command and refresh the screen and it seems like it’s okay.
To use it you will need to go to https://console.developers.google.com/apis/credentials and create both an API key and a OAuth 2.0 client ID which is authorized for a web application. You’ll also need a spreadsheet ID and a sheet name (the default is “Sheet1”).
To be honest, I don’t remember which steps were important versus those which led me in the wrong direction since there is more bad advice out there than good advice.
If anyone out there wants to figure out the minimum number of steps and create documentation, I’m sure a lot of people would appreciate it.
Here’s a fun example of integrating Oauth with our apps here! This uses firebase as a backend to handle background management. Free to run. Not no code but only about 100-150 lines of code max. MAX.
This means it’s not a standalone app. That said, most apps arent standalone and have some kind of backend service/server. In this case, it’s a backend server.