Hi,What is your account name? I can check the server logs for problems affecting your account. We have not received complaints from other users this week.-Jamie
Hi Glen,I would first start here and check if any of the FMS examples would help:http://www.adobe.com/devnet/flashmediaserver/samples.htmlIf you bought FMS, check their forum and see if there is support for developing some of the features you need.-Jamie
Hi,Free quota is reset when you use your account for the first time in the new month. If that is not working for you, please provide your account name so that we can investigate.Thanks, we'll consider your suggestions for a future release.-Jamie
Hi,I tried your code and was able to get it working after fixing 3 mistakes:1. Remove this line from your Java code: collabSession.secret = ... This is not something that you should be setting on the session object. You only pass in your secret when calling getAuthenticationToken.2. I don't ...
Hi,The auth token expires after 15 minutes if you don't use the keepAlive API. Do you run CollaborationTest immediately after getting the auth token or more than 15 minutes after?-Jamie