Since today I always get an
Internal Server Error 500
when I call
DropboxClientsManager.authorizedClient?.file_properties.templatesListForUser()
in my iOS App. Also calling
DropboxClientsManager.authorizedClient?.file_properties.templatesAddForUser(...)
returns the same error.
The past days it worked well. So I'm a little confused what is wrong.
If you need more context let me know and I will provide more code/informations.