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
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.
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.
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?
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!
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.
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?
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.