Obviously Stack Overflow is not the place for this question, but twitter #azuresupport refuses to do anything other than tell people to post here with a tag. So here goes.
Where the #$%# are the node sdk docs? They used to be in google cache, and now they aren't even there. There are multiple issues in the github asking for the docs.
https://github.com/Azure/azure-sdk-for-node/issues/2291
The Internet Archive still has a cached copy at https://web.archive.org/web/20170107075814/https://azure.github.io/azure-sdk-for-node/azure-sb/latest/global.html
The docs were inadvertently removed from the doc repo, and we are working to resurrect them. We're sorry about that and will comment here when they're back.
Thank you for your patience,
Karl
Related
These 2 packages look very similar:
http://www.passportjs.org/packages/passport-google-oauth2/
http://www.passportjs.org/packages/passport-google-oauth20/
Is one supersede the other or they serve different purpose? New to Google authentication and still trying to make it work.
passport-google-oauth20 has 10x the use of the other, and it has more recent commits.
One of the properties in the profile response for passport-google-oauth2 is isPlusUser, which suggests that it is not up to date. The readme in the github repository does not match the documentation, and there are a few links in the passport docs that no longer work.
To be fair, I've only ever used passport-google-oauth20. It's possible that pass-port-google-oauth2 works fine, but there is currently a lot more community support for 20.
Hope this helps!
I have the same question. It is pretty confusing. One is much more popular than the other. https://www.npmtrends.com/passport-google-oauth2-vs-passport-google-oauth20
Google is using passport-google-oauth20 in their Node tutorial examples. https://cloud.google.com/nodejs/getting-started/tutorial-app
I've seen several articles and post on this subject, but most of it seems maybe outdated or maybe I have the wrong version.
This article seemed to be what I needed, but CopyBlobHelpers.CopyBlobAsync does NOT seem to be supported.
https://learn.microsoft.com/en-us/azure/media-services/media-services-copying-existing-blob
I think what I need is simple:
Take a file/blob from an Azure Storage account and "copy" to Media Services as an Asset so that it could then be encoded.
thanks,
v.
I just updated the sample on github
https://github.com/Azure-Samples/media-services-dotnet-copy-blob-into-asset
and the article will also be updated tomorrow.
Let me know if you have issues with the code.
thank you,
Julia
Has anyone encountered this error when attempting to upload to the chrome store?
Package is invalid. Details: 'Could not load JavaScript 'scripts/scraper.js' for content script.'
Any direction would be appreciated,
Cheers
You may probably want to first try the suggestions in this SO post. As mentioned in the thread, Google doumentation recommends logging out and back in with the account you wan to use to publish your app or extension. Also, you might need to also accept the terms of service on the Chrome Developer dashboard.
In addition to that, I also found about a similar issue in Google Forum wherein it was mentioned that there has already been a filed bug which you can star for you to receive email updates. This is a bit old issue but, checking the thread, it hasn't been resolved yet.
I saw the commercial library for iAd's from Monte but he isn't developping it anylonger due to the coming of InnerActive Ads in Livecode, right? So, I have created an InnerActive account and tried the only lesson I found on Livecode Lessons. That didn't work. So I posted a comment there which is awaiting moderation for quite some time now. I also mailed Inneractive, got a ticket replied, but no answer from them either.
If anyone has Ads with Inneractive running please tell/show us how you did it. I am calling mobileAdRegister with my appID and that seems okay. Then I try mobileAdCreate and mobileAdSetTopVisible and 'the result' tells me 'could not create ad'.
Dictionairy then tells me the app does not have Internet permissions or the registered app key is not valid. But I do check for internet connection and I'm sure I'm using my valid appID..
Regards, Amsterfrank
I have tested ads in the current release of LiveCode and they do indeed seem to be broken.
The LiveCode quality control team is aware of this and are currently investigating what could be the cause of this. A report on this issue can be viewed here-
http://quality.runrev.com/show_bug.cgi?id=11224
A workaround for now is to use an older version of LiveCode. After running a few tests, the last version of LiveCode that does not exhibit the mobile ad bug is LiveCode 6.0.0. This is available to download from here-
http://downloads.livecode.com/livecode/
With that being said, I would recommend holding off until the issue is resolved in a more current releases as there have been many bug/enhancements to LiveCode since 6.0.0
Hope You all are fine and also in one of your best of moods.
I have an issue with twitter status updating.
As I am using oAuth API for Twitter Integration in my iPhone, I found a sample code , and run it. code is quite useful, but i found the functionality for updating status is not working, and functionality of getting status works.
I found sample code from the link :
http://github.com/jaanus/PlainOAuth
I have tried lot, before posting this issue here. kindly have a look and help me out to solve the issue.
Looking Forwards.
Arun Thakkar.
Not sure what the specific problem is, but I remember having to do a fair amount of head-banging to get Twitter OAuth to work.
Nevertheless, I have a working implementation in one of my public GitHub projects. Feel free to use it—apps based on it have already been approved into the App Store.