Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 396
» Latest member: dorothygordon
» Forum threads: 242
» Forum posts: 1,073

Full Statistics

Online Users
There are currently 27 online users.
» 0 Member(s) | 27 Guest(s)

Latest Threads
User authentication: lost...
Forum: Getting Started
Last Post: stamatis
04-22-2025, 07:03 PM
» Replies: 18
» Views: 39,244
"Manage Emails" - changin...
Forum: Bug Reports
Last Post: stamatis
04-22-2025, 03:56 PM
» Replies: 1
» Views: 490
CDB will not load in Live...
Forum: General
Last Post: stamatis
04-16-2025, 03:11 PM
» Replies: 0
» Views: 257
using cdb_auth with Live...
Forum: General
Last Post: JereMiami
12-19-2024, 01:58 AM
» Replies: 0
» Views: 714
BLOBs - not possible to a...
Forum: General
Last Post: stamatis
10-06-2024, 06:28 PM
» Replies: 0
» Views: 684
Allow users to change the...
Forum: General
Last Post: mark_talluto
01-18-2024, 01:09 AM
» Replies: 8
» Views: 14,139
cdb_sendEmail
Forum: General
Last Post: mark_talluto
11-07-2023, 09:57 PM
» Replies: 0
» Views: 1,038
cdb_sync & cdb_lookupvalu...
Forum: General
Last Post: mark_talluto
11-07-2023, 09:45 PM
» Replies: 1
» Views: 1,866
cdb cdb_sendEmail
Forum: Bug Reports
Last Post: JereMiami
10-05-2023, 01:57 PM
» Replies: 0
» Views: 2,188
LCM: "Please inform Canel...
Forum: General
Last Post: mark_talluto
07-12-2023, 07:58 PM
» Replies: 24
» Views: 31,385

 
  It takes too long to get an answer...
Posted by: simon.schvartzman - 07-10-2019, 08:46 PM - Forum: General - Replies (1)

Hi LiveCloud users, is it just me or the folks at LiveCloud take too long to answer?

When compared with the Livecode forum this one is much slower and for a product that is in the early stage I guess quick support for the early adopters should be a must after all we could be a reference...

Just a thought.

Best!


  cab_batchDelete bug in local database
Posted by: Mario - 07-10-2019, 06:30 PM - Forum: Bug Reports - Replies (1)

Hello,
I'm testing liveCloud on a LOCAL ONLY database. I delete some records and everything is fine, but after quit and restart the deleted records are still there!

I think this is a bug. Sample stack included.

Thanks for looking into this,
Mario



Attached Files
.zip   CanelaBug.zip (Size: 533.67 KB / Downloads: 3)

  Can't create blob file
Posted by: simon.schvartzman - 07-09-2019, 03:58 PM - Forum: General - Replies (1)

Hi, using LCM I've created a table that has one blob field but for some reason I can't create the record.

I'm on Android and when I check for cdb_result("response") I get Failed to create cdbBlob record which doesn't help too much to identify what is going wrong.

Worth to mention is the fact that previously I got problems with the file name and cdb_result("response") gave me the hint with "...no such file exists" message.

So, what can I try? 

Thanks

MORE INFO TO HOPEFULLY HELP TO GET A RESPONSE


This is what I know:


  • I'm trying to make it work from an Android Environment
  • When I click on the cdbBlobs table the Blob View window opens.
  • When I click on the Right Arrow the window closes.
  • If I try to delete the record I get the following error message: "Couldn't find Blob Table Info"
  • Looking at the metadata of the Blob table:
  •      the cdbCloudSyncVersion is "1" while in the Restaurant sample is "2" and Blobs can be viewed
  •      the HBID records of my table are empty while in the Restaurant sample they show "array key"
  • If I do the upload from the Mac then everything works fine

So what am I doing wrong?


  cdb_DeleteUserAccount
Posted by: clarencemartin - 07-09-2019, 01:45 AM - Forum: General - Replies (3)

this is my code:

on mouseUp pButtonNumber
local tProjectName, tEmail, tPassword, tSecureMode

put "projector lab project" into tProjectName
put "mark@email.com" into tEmail
put "*" into tPassword
put false into tSecureMode
cdb_deleteUserAccount tEmail,,tSecureMode,tProjectName

end mouseUp
if I don't include a password and set the tSecureMode to false, I get a message that the pPassword parameter is missing.
The passwords are secure so they may not available but putting "false" still will not delete the user.


  User Auth Fixed
Posted by: efrain.c - 07-08-2019, 06:03 PM - Forum: Announcements - No Replies

Hi Everyone,

Just a quick update to shed some light on what was happening with user auth.

For about the past week user auth was not working after we pushed an update. You were able to auth as a user, but all server calls would fail. This was because the api key wasn't propagating to all servers correctly.

I'm happy to report that this issue has been fixed. We apologize for any disruption this may have caused. Thank you for your patience and your help identifying the issue.

- Efrain


  What is the purpose of the "schema mode of tables"
Posted by: simon.schvartzman - 07-06-2019, 02:32 PM - Forum: General - Replies (1)

Surfing the documentation I saw this command:


Quote:command cdb_updateTableSchemaMode pTable, pSchemaless


Used to: 
Quote:This command changes the schema mode of tables.

but I wasn't able to find what a table being schemaless or not does to the table.


  cdb_CreateUseerAccount
Posted by: clarencemartin - 07-06-2019, 01:56 PM - Forum: General - Replies (2)

I am using the cdb_users table to track user levels of access in my application.
This may be tricky.
I have modified my create user window to include a user level...this is the place and time to add user level access (logically).
But the cdb_CreateUserAccount API has no function to add or update this key or for that fact, any other keys when it is instantiated. 
Otherwise, the Admin person would have to go back and add a separate function to update the cdb_users table to add the user levels or other keys to that table
Can this update ability be added to the cdbUCreateUserAccount API?


  Error: Failed API Key Authentication
Posted by: gmd_greg - 07-05-2019, 06:12 AM - Forum: Getting Started - Replies (2)

I am just working through the tutorial setting up the sample database and CRUD Example stack.  When I open the Simple CRUD Example, I get "Error: Failed API Key Authentication" in the Record List.  I have gone back and tried the whole process from the start a few times with the same result.  Am I missing something simple here?  Thanks!


  Suddenly my cdbUsers table is empty
Posted by: simon.schvartzman - 07-02-2019, 05:49 PM - Forum: Bug Reports - No Replies

Hi, I have been working with my first project for a few days. Two users were registered but the cdbUsers table is shown empty.

If I try to register a new user using the same data I already had, I get a message saying the user already exists.

On top of that the Manager is freezing, see attached the error log

EDIT: now I can't access the cdbUsers table of any of the Projects, including the Samples....I need urgent help!!!



Attached Files
.txt   livecloudLog.txt (Size: 249 bytes / Downloads: 2)

  User auth not working
Posted by: clarencemartin - 07-02-2019, 11:15 AM - Forum: General - Replies (33)

I just updated my LiveCloud API's and for some reason, I can add a user but the user info is not displayed in the LCM and the Auth API Key does not authenticate.
Although, when I try to re-input the user into the LCM, the LCM says that the user already exists.