Hi,
I need some help regarding forge component ( google drive connector ) in reactive application it throws an error in the demo as foreign key constraint its there any way to clear the error? and do suggest me any similar cloud storage component in reactive application.
thanks in advance.
Hi Ravichand,
Did you remove any of the attribute from the entity? If it is the case, the workaround would be to cut and paste the entity in the module followed by publishing it, as it will create a new entity.
By the way, checkout DBCleaner for redundant entity, attribute and log cleanup.
Regards,
Swatantra
THANKS Swatantra Kumar ,
No, I didn't remove any entity from the database and its a demo component.
do suggest me any similar cloud component in reactive application.
Hi @Ravichand g y,
Sorry for the late answer. Have you tried to deleted all records of entity "GoogleDriveToken" of module "GDriveConnectorReactive"?
I'm executing the demo without problems.
Anyway, I just upload a new version with updated referencies.
Regards.
Hi @Ravichand G Y,
Searching for something new in the forge, I've found this https://www.outsystems.com/forge/component-overview/10259/google-drive-integration-service
It's supported by OutSystems. So I think is the best option to implement in spite of my component works too.