Answered

Not able to write metadata

  • 27 January 2021
  • 6 replies
  • 271 views

Badge +1

Hey Team Miro,

we are currently not able to write metadata with our Plugin (Javascript).

Same problem as described here:

https://community.miro.com/developer-platform-forum-57/miro-getclientid-is-broken-or-deprecated-3439?postid=14320#post14320

 

Any ideas?
Michael

icon

Best answer by Daniela Gavidia 27 January 2021, 13:10

View original

6 replies

Userlevel 2
Badge +3

The metadata property of widgets has certain limitations mainly the size of data that can be written into it. This isn’t mentioned or specified anywhere in the documentation but when I was experimenting with metadata property the amount of data it can store is capped somewhere between 10kb and 50kb since when I made write operations into metadata that had a lot of data, it got cut off and no more data could get stored at a certain point.

If this is not your case you should provide example of how you are accessing the metadata and what error you are getting

Userlevel 4
Badge +3

My plugin has stopped working yesterday because there is some kind of metadata write restriction, when we write the metadata the API reports that write is successful but actually data is not written and no error is thrown as well.

 

What can be done? This means I can’t use the plugin built based on the API’s standard feature set.

Userlevel 4
Badge +3

@Daniela Gavidia I have informed Scott via email, can you let me know how long this will take to fix? It’s a major bug which stops my plugin from working.

Userlevel 4
Badge

Hello all,
We have identified an issue with metadata update and rolled out a fix. 
Could you check and let us know if it works as expected? Thanks!

 

Daniela

Userlevel 4
Badge +3

@Daniela Gavidia this now works, thanks for the quick fix.

Badge +1

Thank you for fixing it!

Reply