sync older photos and videos on Google+ instant upload [closed] - google-plus

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I use an android 4.2 phone and google plus instant upload to sync media to the cloud.
I notice that only my new photos are being synced.
Is there a way to sync older photos and videos on my device?

http://support.google.com/plus/bin/static.py?hl=en&page=ts.cs&ts=2769098
Instant Upload is designed to upload photos taken while you're signed into the app and the Instant Upload feature is turned on. Use Upload all to upload photos already on your mobile device.
To use the Upload all feature:
Open the Google+ app
Tap Menu and select Settings
If your device has a physical Menu button, press Menu and select Settings
Tap Instant Upload
Tap Upload all to initiate upload.
Keep in mind that the process of cataloging and uploading the photos on your device may take some time depending upon the number of photos on your device and the speed of your data connection.

Related

How to livestream a video from camera to videojs using webrtc url [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 days ago.
Improve this question
I have set up the https://github.com/aler9/rtsp-simple-server locally. I am capturing live feed from a camera and have a webrtc url: http://localhost:8889/stream1 . On front end, I am using videojs player. How can I stream the live stream to the videojs player in frontend without using cloud services.
Questions:
Does Videojs player play the video from webrtc url? Is that a compatible format? Or, should this be converted to another format?
It would help if you can point me to ready to use code on github and get the required services set up locally on my laptop to come up with a POC. Thank you
I have tried to put the webrtc url: http://localhost:8889/stream1 as a src into the videoJSOptions
{
src: '//127.0.0.1:8889/stream1/',
type: 'application/x-mpegURL',
},
I see the following message in console.
VM2576 react_devtools_backend.js:4012 VIDEOJS: WARN: Problem encountered with playlist 0-http://127.0.0.1:8889/stream1/. Trying again since it is the only playlist.

Whatsapp api to let visitors contact us on whatsapp [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
In my holiday site I want to add whatsapp communication with visitor. I need whatsapp api to let visitors contact us on whatsapp. I have check multiple solution for this but don't find any solution yet for this.
I need functionality like below
WhatsApp provides a custom URL (whatsapp://send?text=) to send message with WhatsApp.
WhatsApp's Click to Chat feature allows you to begin a chat with someone without having their phone number saved in your phone's address book. As long as you know this person’s phone number, you can create a link that will allow you to start a chat with them. By clicking the link, a chat with the person automatically opens. Click to Chat works on both your phone and WhatsApp Web.
https://api.whatsapp.com/send?phone=number here
usage :
<a href=" https://api.whatsapp.com/send?
phone=whatsappphonenumber&text=urlencodedtext">send</a>
where whatsappphonenumber is a full phone number in international format and urlencodedtext is the URL-encoded pre-filled message.

Data crawling using import.io [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
i have crawled some data from import.io. That data are in my import.io account. I have another import.io account. Now I want to tranfer data of my previous account to my new account. How can i do it? Is it even possible? I found no option for that
Thanks in advance
Do you mean to port the actual data extracted, or the API you defined?
There is a way to port the APIs, although one by one:
Open two browser windows and log in to your OLD and NEW accounts, respectively
Click on an API inside the OLD account, and copy the URL
Paste the URL inside the NEW account window: you'll be able to "duplicate" the API in the new one. This will be a copy of the original API definition, and you will be able to run it and edit it with your new account.

Windows 8 store certificate: Uploaded app package invalid because of certification (publisher id) [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I receive following error when attempting to upload my app to the Windows 8 store:
Validation error: The Publisher attribute of the Identity element
in the app manifest doesn't match your publisher ID, which is:
CN=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
I manually updated the app manifest file with the publisher id displayed within the error message.
However, the value that I provided ended up getting overwritten when I uploaded the file to the store second time.
In conclusion, I am unable to upload my solution to the Windows 8 store because of a certificate issue.
Please help.
Not a lot to go on here. I suspect you may have missed a step. Did you associate your application with the Windows Store?
To do so, right click on your project in the solution explorer in Visual Studio. Select Store --> Associate App With the Store... Then follow the dialogs that come up.

User Profile Search Results on Google [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
When searching your name on Google, the first few results that are listed are mostly your profiles on Linkedin, Twitter, etc.
I would like to know that when a user creates a new account on Linkedin for example, how is Google made aware of this page of this new user in particular? Is it through the use of google analytics on the page or is the link published to Google explicitly in some global directory?
This question has intrigued me quite a bit. Any light on this would be of great help!
To know answer of this question, you need to know how Google crawler work. Kindly refer this page first: http://support.google.com/webmasters/bin/answer.py?hl=en&answer=70897#1
Google crawler finds new pages by visiting those links on already indexed pages and adds those newly crawled pages to their search index.
Now, when you create new profile on linkedin, the link of your newly created profile will definitely added in group you joined, your friend's list or any other places of linkedin website. When google crawler visit those page, they will find your profile link and will index them.