Google Storage - Public link checkbox disappeared - google-cloud-storage

Since a few days ago I was able to get a public link to a file to make it publicly readable in my bucket on Google Storage just by clicking on a checkbox in it's row.
The label of that Checkbox was saying "Public Link".
You can see a screenshot describing what I'm describing:
Image
But, since few days ago, this checkbox has disappeared and to enable a public link for my file I have to go through a window and add permissions for a fake user called allUsers as said in this page
Is there a way to reenable the checkbox?
Is something changed on google storage or have I misconfigured something?

This has been changed on 18th July. Objects can no longer be made public through one-click actions.
As you mentioned all possible ways of making an object public are described here.

Related

How do I allow users to submit issues to my public repository?

I have a public repository on Azure DevOps.
When I enter in incognito I can see that users can only view work items, but cannot create them.
What is the proper way to allow issue submittion? Like the "Issues" section in GitHub repositories...
Thanks in advance.
Unfortunately,there is currently no submit issues to my public repository this function.
You can submit issue in this forum: https://developercommunity.visualstudio.com。
When I enter in incognito I can see that users can only view work
items, but cannot create them.
For this issue ,this is a normal situation.The function is designed like this.

Magnolia Publication status column

I'm working with Magnolia 5.3 and I want to add the status column in all the apps. This status column shows if a page o resource has been published. I've tried this but it hasn't worked. In the next picture you can see how I see the page app:
You can see the status column as it should be in this picture:
Any ideas?
In the Pages app you will not see a status column if you are logged in to a public instance. This is because the content MUST be published if it visible on the public instance.
Are you looking at a public instance when you see the view above?
Examples:
Author Instance
https://demo.magnolia-cms.com/.magnolia/admincentral#app:pages:;
Public Instance
https://demopublic.magnolia-cms.com/.magnolia/admincentral#app:pages:;
Which apps? All the system apps already have the status column? I guess you mean your own apps. Do they also need buttons on the right to publish and unpublish? Take the contact app as an example and copy from there

Open Graph Action and Object Resubmission

As I submit an application for "read" action on Open Graph I received the following response.
Status: Changes needed
Unfortunately, your article.read built-in submission does not meet the read requirements specified at: https://developers.facebook.com/docs/opengraph/actions/builtin/#read. You must give users the ability to turn sharing off/on globally as well as remove an article that was shared within the app. In addition, read actions should only be generated when there is a strong indication that the user is actually reading the article. Please note that we cannot accept resubmission as this time due to technical limitations, so you will need to create a new submission. We plan to have this resolved within the next couple of weeks. We suggest making the required changes and checking back. We appreciate your patience. Note: If you are creating an aggregation based on the object, you need to add 6-7 unique sample objects, and then create a corresponding sample action acting on each of these unique objects. (You can not just create 6-7 sample actions pointing to the same sample object). Submission Checklist: https://developers.facebook.com/docs/opengraph/checklist
Please make changes below and resubmit for review.
Unfortunately, this "guide" is not helping with anything. Firstly, I have no idea where to do this:
You must give users the ability to turn sharing off/on globally as well as remove an article that was shared within the app.
Second of all, I don't even know how to "resubmit"!
Any help would be appreciated.
I was experiencing the same thing. You have to click on the name of your action that you submitted. Once you do that, Facebook provides detailed instructions why they didn't approve the action and what you need to do before you resubmit. Once you review the message, you can make the necessary changes and save the action again. Then you'll have the option to resubmit. In my case Facebook said that I need to provide more detailed instructions what the user needs to do to get an action published. They provided this example: "User must create an account, enable Timeline sharing in the settings, view a product within the app and then click the “want” button underneath the product image to trigger a story". I did that and resubmitted. Hopefully it works this time around. Good luck.
To resubmit, just delete the rejected action and create a new one. You can use the same action name as before. You then go through the submission process again as you did the first time.
Facebook have recently updated their guide to implementing their built-in action types. For the Read action type, see https://developers.facebook.com/docs/opengraph/actions/builtin/#read. You will see a sample application that meets the following criteria required for the use of this action type:
Turn sharing on/off globally on each page an article appears.
Remove articles they shared within your app on each page an article appears.
Only generate read actions when you're sure someone is interested in reading the article.
Built-In actions can't be resubmitted. It is a FB Bug:
https://developers.facebook.com/bugs/364663400220101?browse=search_4f44876aabaef7501649601
From this answer on FB tools and support I got this:
You can start a new submission at the bottom of the "Items in Review" page:
https://developers.facebook.com/apps/337449599791917/review-status/items-in-review/
That link didn't work for me.. so I just went to the app dashboard and clicked on status and review
clicking on the start a new submission button loaded a dialog that prompted me to select which items to "re-review".. so I only selected the problematic one:
after that it loads a form for you to resubmit, so here you gotta re-upload the iOS simulator build etc..
and that's it!

Public Access level to the pages in Joomla1.5

I am working on Joomla 1.5 . i have a link to an article whose access level is set to Public but still its asking for login for that page since we have set tat to some access level previously..
Please give some suggestions
My first thoughts are:
If there's a menu item pointing to the article, make sure that the menu item doesn't have any access restrictions.
You could also try clearing Joomla's cache.

Facebook Connect settings for popup dialog

I'm in the process of implementing Facebook Connect for my site, everything seems to be working fine so far except that the look of my popup dialog upon clicking on "Login with Facebook" is totally different from what I see on other sites like say Posterous.
I'm only getting a popup with the msg "Do you want to log in to with your Facebook account?" followed by the 2 login fields whereas Posterous has a more detailed dialog box with 2 images and more descriptive text.
Am i missing out on some configuration settings here or?
Thanks
The text you're seeing is due to the new Facebook data permissions and permissions dialog changes that will go into effect on June 1st. The new settings also has different text for the dialog when you're logged into Facebook but not yet connected to the site:
[SITE_NAME] is requesting permission
to do the following:
Access my public information
Includes name, profile picture, list
of friends and all other public parts
of my profile
You can switch your app to the old / current Connect dialogs to see the difference by going to the Migrations tab when editing your application and setting "New Data Permissions" to Disabled. But on June 1st, you'll be automatically switched to the new version if you haven't already enabled it.
The new dialogs' text is definitely scarier to the user - I'm a little surprised Facebook is changing the text to this since they always say they want to make connecting as appealing as possible for the user. But we don't have a choice.