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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 349
» Latest member: customrubber
» Forum threads: 240
» Forum posts: 1,069

Full Statistics

Online Users
There are currently 16 online users.
» 0 Member(s) | 14 Guest(s)
Applebot, Google

Latest Threads
using cdb_auth with Live...
Forum: General
Last Post: JereMiami
12-19-2024, 01:58 AM
» Replies: 0
» Views: 26
BLOBs - not possible to a...
Forum: General
Last Post: stamatis
10-06-2024, 06:28 PM
» Replies: 0
» Views: 261
Allow users to change the...
Forum: General
Last Post: mark_talluto
01-18-2024, 01:09 AM
» Replies: 8
» Views: 11,441
cdb_sendEmail
Forum: General
Last Post: mark_talluto
11-07-2023, 09:57 PM
» Replies: 0
» Views: 688
cdb_sync & cdb_lookupvalu...
Forum: General
Last Post: mark_talluto
11-07-2023, 09:45 PM
» Replies: 1
» Views: 1,241
cdb cdb_sendEmail
Forum: Bug Reports
Last Post: JereMiami
10-05-2023, 01:57 PM
» Replies: 0
» Views: 1,770
LCM: "Please inform Canel...
Forum: General
Last Post: mark_talluto
07-12-2023, 07:58 PM
» Replies: 24
» Views: 23,243
San Franciso Region Outag...
Forum: Announcements
Last Post: mark_talluto
05-09-2023, 03:31 AM
» Replies: 1
» Views: 2,880
Error, CDB_Header checksu...
Forum: General
Last Post: cpuandnet
02-01-2023, 05:00 AM
» Replies: 4
» Views: 3,933
CDBCache sync from local ...
Forum: General
Last Post: Hendricus
01-29-2023, 09:39 PM
» Replies: 2
» Views: 2,779

 
  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.


  LiveCloudManager: How to retrieve/download a picture ?
Posted by: simon.schvartzman - 06-30-2019, 04:30 PM - Forum: Getting Started - Replies (15)

Using LiveCloud Manager I can easily see and/or export the  "standard" records but I can't find the way to do the same with the blob records. What am I missing?

Thanks in advance for clarifying.


  import CSV file size limit?
Posted by: sltfn - 06-30-2019, 03:00 AM - Forum: Getting Started - Replies (3)

Hello,

I have a lot of records to import. Curious what the recommended file size limit is, if any, for importing CSV files via the LiveCloud Manager? I don't want to bite off more than it can chew at one time.

Separate but related issue, I am currently importing data using a LiveCode script but seem to run into problems if I try too many records at once; maybe I need to make my script more efficient. Thanks in advance.

Sieg