Search found 4 matches
- Wed Sep 03, 2025 2:14 pm
- Forum: Internet
- Topic: Using Digital Ocean Spaces and/or AWS S3 in Livecode
- Replies: 0
- Views: 3786
Using Digital Ocean Spaces and/or AWS S3 in Livecode
Does anyone have any experience using Digital Ocean Spaces in Livecode (or AWS S3)? I would like to use this online storage service (or something similar) for a project but the authentication protocol of the API relies on SHA256 and HMAC encodings. What is needed is described in pseudo-code below. I...
- Wed Jan 17, 2024 3:30 pm
- Forum: Talking LiveCode
- Topic: Connecting AirTable and LiveCode
- Replies: 4
- Views: 2999
Re: Connecting AirTable and LiveCode
Google 'AirTable API'richmond62 wrote: ↑Wed Jan 17, 2024 12:56 pmDetails of where to find out about AirTable would be handy.A sample stack would be very handy.
- Wed Jan 17, 2024 3:28 pm
- Forum: Talking LiveCode
- Topic: Connecting AirTable and LiveCode
- Replies: 4
- Views: 2999
Re: Connecting AirTable and LiveCode
I've managed to find a way to read data.
Using my Personal Access Token - you put it in the httpHeaders and it all works.
So far so good.
What I want to do now is to find a way to update and add data to AirTable.
Using 'put' and 'push' doesn't seem to work.
Using my Personal Access Token - you put it in the httpHeaders and it all works.
So far so good.
What I want to do now is to find a way to update and add data to AirTable.
Using 'put' and 'push' doesn't seem to work.
- Wed Jan 17, 2024 12:53 pm
- Forum: Talking LiveCode
- Topic: Connecting AirTable and LiveCode
- Replies: 4
- Views: 2999
Connecting AirTable and LiveCode
I'm a long-term LiveCode (and HyperCard) programmer. Recently I have been experiencing the joys of AirTable - it really is very good. Now I would like to connect the two so I can read and write AirTable data via LiveCode. I'm probably not the only person who would find this useful. Is it possible? I...