designitycom / web-services

Apache License 2.0
0 stars 0 forks source link

Develop beta #107

Closed wasif1024 closed 10 months ago

wasif1024 commented 10 months ago

Please review code to check how i have made changes in code to use smart contract base. I have tested all endpoints locally. Only one issue is coming that looks like some permission related problem when we runs update record

error: AirtableError { error: 'NOT_AUTHORIZED', message: 'You are not authorized to perform this operation', statusCode: 403 },

I have requested Katryna if she can give update permissions may be its not allowed to update from localhost. Else then that all end points works fine using devnet smart contract

saberistic commented 10 months ago

Please review code to check how i have made changes in code to use smart contract base. I have tested all endpoints locally. Only one issue is coming that looks like some permission related problem when we runs update record

error: AirtableError { error: 'NOT_AUTHORIZED', message: 'You are not authorized to perform this operation', statusCode: 403 },

I have requested Katryna if she can give update permissions may be its not allowed to update from localhost. Else then that all end points works fine using devnet smart contract

This could also happen when attempted to write on columns that are calculated fields. This is a concern that we should get to the bottom of before merging to prod