How to resume file-copying where it left off -- Google Cloud Storage - google-cloud-storage

I'm backing up data in a folder on my hard drive, to Google Cloud Storage.
I cleared browsing data in Chrome, and logged back into the Cloud Console in a different tab; then refreshed the tab that, in the bottom-right of my screen, showed which files were copied; which not done yet; and the file that was currently copying.
That back up status thing has disappeared now.
How do I get it to resume backing up where it left off?

The upload state in the Cloud Console exists only in your browser, not on the Google Cloud Storage server, and you deleted it when you cleared browsing data in your browser and refreshed the tab -- simply logging in again in a different tab cannot make it reappear.

Related

AEM as a cloud | site page is not opening in live copies console since it has large amount of data

Steps to check:
Go to https://{author-env}.adobeaemcloud.com/sites.html/content
From top right corner select references from the dropdown.
Now select checkbox of the hierarchy/page for which you want to see the live copies.
Eg:/sites.html/content/{project-name}/us/en/page
Once you select any page you will see live copies option on the left panel.
Then just select the Live copies option.
From there, check the bottom of the left panel where “Live Copy Overview” button is present.
Just click on it and you will redirect on required console. Now check for the page.
https://{author-env}.adobeaemcloud.com/libs/wcm/msm/gui/content/livecopies.html/content{<project-name}/us/en/page
Actual: page is not opening in live copies console since it has large amount of data.
Expected: All pages should be opened in the live copies console.
I tried above steps in my local, there live copy console opened successfully. What is the exact issue and is there any workaround this issue?

Can I upload a file to onedrive via Windows 10 command line?

I need to upload a file to OneDrive, via the command line. This will be done through a batch file which is distributed to end users.
From searching on Stack Overflow, I find questions like this one which say that you need to register an app and create an app password, using Azure. I don't have the necessary permissions to do this in the organization where I work, nor can I do anything that requires an admin account. So I can't any install software - I have to use what comes with Windows 10. I can't use VBA either as that's blocked.
I've managed to download files from OneDrive without anything like that, using the process described here:
Open the URL in either of the browser.
Open Developer options using Ctrl+Shift+I.
Go to Network tab.
Now click on download. Saving file isn’t required. We only need the network activity while browser requests the file from the server.
A new entry will appear which would look like “download.aspx?…”.
Right click on that and Copy → Copy as cURL.
Paste the copied content directly in the terminal and append ‘--output file.extension’ to save the content in file.extension since
terminal isn’t capable of showing binary data.
Example:
curl https://xyz.sharepoint.com/personal/someting/_layouts/15/download.aspx?UniqueId=cefb6082%2D696e%2D4f23%2D8c7a%2
…. some long text ….
cCtHR3NuTy82bWFtN1JBRXNlV2ZmekZOdWp3cFRsNTdJdjE2c2syZmxQamhGWnMwdkFBeXZlNWx2UkxDTkJic2hycGNGazVSTnJGUnY1Y1d0WjF5SDJMWHBqTjRmcUNUUWJxVnZYb1JjRG1WbEtjK0VIVWx2clBDQWNyZldid1R3PT08L1NQPg==;
cucg=1’ --compressed --output file.extension
I tried to do something similar after clicking 'upload' on the browser, but didn't find anything useful when trying to filter the requests.
I found these two questions but there is no keyboard shortcut to upload, AFAICT. Also the end user will be uploading a file to a folder I've shared with them from my OneDrive. Opening Chrome or Edge as a minimised window is fine, but I can't just shove a window in their face which automatically clicks on things - they won't like that.
It's just occurred to me that I might be able to use an office application to Save As the file to the necessary onedrive folder, where the keyboard shortcuts are pretty stable, but have no idea how to achieve that via the command line.
The best and more secure way to accomplish this goal I think is going to be with the Rest API for OneDrive.
(Small Files <4MB)
https://learn.microsoft.com/en-us/onedrive/developer/rest-api/api/driveitem_put_content?view=odsp-graph-online
(Large files)
https://learn.microsoft.com/en-us/onedrive/developer/rest-api/api/driveitem_createuploadsession?view=odsp-graph-online
You still need a Azure AD App Registration (which your admin should be able to configure for you), to provide API access to services in Azure. Coding with the API is going to be far easier and less complicated, not to mention more versatile.

Can't load an Adobe Captivate HTML5 presentation in a Google Cloud Storage bucket

I am trying to store an Adobe Captivate HTML5 file in a bucket and then load the file and play the presentation. I've watched other videos on this and many people have successfully used Google Cloud Storage for this purpose, but they generally use it on a public bucket. My bucket is private and only accessible to a couple of users if it matters.
The file I'm trying to load will only go as far as showing a loading icon. Originally it only showed a blank page, and I was advised to add a tag to the with the "Authenticated URL" of the file and now it shows a loading icon but still won't load correctly.
Has anyone had this issue with html5 files before? Or know if there is anything in particular you need to do differently to view a file like this on a private bucket with a couple users vs allUsers?
Adobe Captivate HTML5 file, is still HTML codes. After you uploaded to the GCS, when you visit GCS bucket, actually you executed getobject, you downloaded the file to your browser, of course, the browser can write HTML file and display in your browser. Just set it to public to allusers, clean the browser cache. the try to use the public url visit again.

Word Online add in only loads sometimes

I have made an add in for word online. When I sideload the manifest file in Word online all works fine.
When i am deploying the manifest file to the account user's from the office online portal, add in only loads some times. When it (some times) loads all works.
When the add in not loads- I can some time force it to load by refresh multiply times, run incognito mode or delete all browser data and login again
It is the same behavior when using IE, Egede or Chrome
Any idea for resolving that behavior

Pop-up window that can be controlled remotely?

I was requested to put a pop-up window on each 3rd usage of an app but I have to control this pop-up so I can take it off whenever I want or change it remotely.
I don't want an alert view, just a background that I will insert myself, that can be controlled from a server.
What's the easy way to do that? Do I need my own server that the app connects to and get a "boolean number" whether to remove it or play it?
The way I handled this was with a configuration file on an amazon s3 bucket. The application downloads the configuration file, and checks the appropriate values for how to behave. It's worked fairly well so far.
http://www.bucketexplorer.com/documentation/amazon-s3--how-to-use-Amazon-s3-for-web-hosting.html
As for the window, you should just use a modal.
http://www.informit.com/articles/article.aspx?p=1771684&seqNum=5